bare-heif
v1.0.7
Published
HEIF support for Bare
Readme
bare-heif
HEIF support for Bare.
npm i bare-heifUsage
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
