Broken gifs.
Open
- Dominant language
- JavaScript
- Stars
- 77
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Input
[https://cdn.discordapp.com/attachments/875525041989750815/898710282631794708/1.gif](url)
Output
[https://cdn.discordapp.com/attachments/875525041989750815/898710297655779348/2.gif](url)
`
const GifCopied = new GifFrame(
new BitmapImage(jimpCopied.bitmap, {
disposalMethod: frame.disposalMethod,
delayCentisecs: frame.delayCentisecs,
})
);
const codec = new GifCodec();
await codec.encodeGif(frames, { loops: 0 }).then((encodedGIF) => {
gif = encodedGIF.buffer;
});
return gif;`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.