exif-js
Version:
JavaScript library for reading EXIF image metadata
24 lines (23 loc) • 410 B
JSON
{
"name": "exif-js",
"version": "2.2.2",
"homepage": "https://github.com/exif-js/exif-js",
"authors": [
"Jacob Seidelin"
],
"description": "JavaScript library for reading EXIF image metadata",
"main": "exif.js",
"keywords": [
"exif"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"spec",
"example"
]
}