bare-gif
v1.1.3
Published
GIF support for Bare
Downloads
1,408
Readme
bare-gif
GIF support for Bare.
npm i bare-gifUsage
const gif = require('bare-gif')
const image = require('./my-image.gif', { with: { type: 'binary' } })
const decoded = gif.decodeAnimated(image)
// {
// width: 200,
// height: 400,
// frames: [
// { width: 200, height: 400, timestamp: 0, data: <Buffer> },
// ...
// ]
// }License
Apache-2.0
