jimp-dev / gifwrap

A Jimp-compatible library for working with GIFs
MIT License
73 stars 17 forks source link

RangeError #23

Open tomikjetu opened 4 years ago

tomikjetu commented 4 years ago

Hello I'm getting this error: (node:44132) UnhandledPromiseRejectionWarning: RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 24091. Received 24092

at code encodeGif function

const codec = new GifCodec()
codec.encodeGif(frames).then(gif => {

frames:

obrázok

How can i fix it?