npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bare-heif

1.0.7

@kasperisager

npmHomeRepoSnykSocket
Downloads:722
$ npm install bare-heif
DailyWeeklyMonthlyYearly

bare-heif

HEIF support for Bare.

npm i bare-heif

Usage

const heif = require('bare-heif')

const image = require('./my-image.heic', { with: { type: 'binary' } })

heif.decode(image)
// {
//   width: 200,
//   height: 400,
//   data: <Buffer>
// }

License

Apache-2.0