JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 155224
  • Score
    100M100P100Q166352F
  • License LGPL-3.0

Emscripten distribution of libheif for Node.JS and the browser

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.

travis npm-downloads npm-version

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

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