Exif parser
yarn add @sudoo/exif
yarn add @sudoo/geometry @sudoo/immutable # As peer dependencies
# or
npm install @sudoo/exif --save
npm install @sudoo/geometry @sudoo/immutable --save # As peer dependencies
import { Exif } from "exif";
const exif: Exif = Exif.fromBinaryString("<Exif Binary String>");
This package only contains pure functions.
For NodeJS file system API and usage, visit Sudoo-Exif-Node for more details.
Built on https://github.com/hMatoba/piexifjs