RangeError
Open
- Dominant language
- JavaScript
- Stars
- 77
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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
```js
const codec = new GifCodec()
codec.encodeGif(frames).then(gif => {
```
frames:

How can i fix it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.