exif-read-write
v1.0.2
Published
A package you can use to read and write exif data from an image.
Downloads
5
Readme
Read/Write Exif data
You can use this package to write/read exif metadata from an image. The package is fully typed.
Install
npm i exif-read-write
Import
import {getExifDataFromImage, addExifDataToImage} from 'exif-read-write';
Usage
Get exif string getExifDataFromImage({image})
Write exif string addExifDataToImage({image, data})