0.1.81 • Published 3 months ago

exif-utils v0.1.81

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

ExifUtil Node

ExifUtil is a powerful Node.js library designed for seamless handling of Exif metadata within various file formats, including images and multimedia files. It provides a convenient interface for tasks such as extracting, modifying, and manipulating Exif data.

Source

You can find the source code for ExifUtil on GitHub: GitHub Repository

Please note that as of now, ExifUtil is compatible with the Windows operating system only.

Installation

Install ExifUtil in your Node.js project using npm:

npm install exif-utils

Example Usage

Here's an example of how to use ExifUtil in your Node.js application:

import { ExifUtils } from "exif-utils";

// Alternatively, using require:
// const { ExifUtils } = require("exif-utils");

const exifUtil = new ExifUtils("path/to/your/file");
const JSONReader = exifUtil.jsonReader();
const json = JSONReader.executeSync(); // or JSONExecutableCommand.executeAsync();
// Perform operations with the extracted JSON data

Testing

To run tests for ExifUtil, use the following command:

npm test

License

This project is licensed under the MIT License.

0.1.81

3 months ago

0.1.8

3 months ago

0.1.52

8 months ago

0.1.53

8 months ago

0.1.54

8 months ago

0.1.58

8 months ago

0.1.59

8 months ago

0.1.71

8 months ago

0.1.61

8 months ago

0.1.51

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.41

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago