0.1.14 • Published 10 months ago

@lulububu/react-native-exif-modifier v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

react-native-exif-modifier

react-native-exif-modifier is a React Native library that allows you to modify the EXIF data of an image and save the changes. This can be particularly useful for applications that need to manage image metadata.

Installation

To install the package, run:

npm install @lulububu/react-native-exif-modifier

Usage

Import the functions from react-native-exif-modifier and use them to modify EXIF data in your images.

import { saveImageWithUserComment, saveImageWithProperties } from 'react-native-exif-modifier';

// Save image with a user comment
const savedImagePath = await saveImageWithUserComment(base64ImageData, 'Your comment here');

// Modify and save image with new EXIF data
const modifiedImagePath = await saveImageWithProperties(base64ImageData, { /* EXIF properties */ });

Functions

  • saveImageWithUserComment(base64ImageData: string, userComment: string): Promise<string>
    • Saves the image with the provided user comment in the EXIF data.
  • saveImageWithProperties(base64ImageData: string, properties: ImageProperties): Promise<string>
    • Saves the image with modified EXIF properties.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.14

10 months ago

0.1.13

11 months ago

0.1.12

11 months ago

0.1.11

11 months ago

0.1.10

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago