Package Exports
- libheif-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (libheif-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
libheif-js
An Emscripten build of
libheif
distributed as an npm module for Node.JS and the browser.
This module will respect the major and minor versions of the included libheif
, with the patch version representing changes in this module itself. For the exact version of libheif
, please see the install script.
Install
npm install libheif-js
Related
This module contains the low-level libheif
implementation. For more user-friendly functionality, check out these projects:
- heic-cli - convert heic/heif images to jpeg or png from the command line
- heic-convert - convert heic/heif images to jpeg and png
- heic-decode - decode heic images to raw image data