razvanstatescu / exif-read-write

A package you can use to read and write exif data from an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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})

About

A package you can use to read and write exif data from an image.

License:MIT License


Languages

Language:TypeScript 100.0%