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 => {
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
frames:
How can i fix it?