8000 GitHub - exif-heic-js/exif-heic-js: JavaScript library for reading EXIF image metadata from HEIC files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

exif-heic-js/exif-heic-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exif-HEIC.js

A JavaScript library for reading EXIF meta data from HEIC files. It is derived from Exif.js.

The method findEXIFinHEIC takes an HEIC file in the form of ArrayBuffer, and return a collection of extracted EXIF tags. The method findEXIFinJPEG from Exif.js is also present to support JPEG files.

Install

You can install it through NPM:

npm install exif-heic-js --save

then reference your local file with a script tag:

<script src="vendors/exif-js/exif-js"></script>

You can also use a minified version hosted by jsDelivr:

<script src="https://cdn.jsdelivr.net/gh/exif-heic-js/exif-heic-js/exif-heic.min.js"></script>

Example

A live demo is available on the GitHub Pages site.

About

JavaScript library for reading EXIF image metadata from HEIC files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0