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

Made by Antonio Ramirez

bare-gif

1.1.3

@kasperisager

npmHomeRepoSnykSocket
Downloads:2777
$ npm install bare-gif
DailyWeeklyMonthlyYearly

bare-gif

GIF support for Bare.

npm i bare-gif

Usage

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