1.0.3 • Published 4 years ago

party-parrots v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Parrot generator

Easy to use generator to create party parrots using custom images

Usage

const image = 'https://www.iamexpat.nl/sites/default/files/styles/article--full/public/flag-netherlands.jpg?itok=37PGr3ck'; // Local file path & jimp image also work
const speed = 3 // Defaults to 4, lower is faster
const parrot = await createParrot(img, speed);
parrot.save('my-cool-parrot.gif');

Resulting image: alt text

createParrot returns a ParrotGif object, ParrotGif.gif is a gifwrap gif object. More info: https://www.npmjs.com/package/gifwrap

To get the buffer of the parrot, use ParrotGif.gif.buffer.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago