UNPKG

heic-to-jpeg-converter

Version:

A Node.js utility to convert .HEIC files to .JPEG images in bulk

22 lines (21 loc) 442 B
{ "name": "heic-to-jpeg-converter", "version": "1.0.0", "description": "A Node.js utility to convert .HEIC files to .JPEG images in bulk", "main": "index.js", "scripts": { "test": "echo \"No tests specified\" && exit 0" }, "keywords": [ "HEIC", "convert", "image", "JPEG", "bulk conversion" ], "author": "ShashankPardhi", "license": "MIT", "dependencies": { "heic-convert": "^1.0.0" } }