0.1.81 • Published 1 year ago

exif-utils v0.1.81

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.1.8

1 year ago

0.1.52

2 years ago

0.1.53

2 years ago

0.1.54

2 years ago

0.1.58

2 years ago

0.1.59

2 years ago

0.1.71

2 years ago

0.1.61

2 years ago

0.1.51

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.41

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago