sole / Animated_GIF

Javascript library for creating animated GIFs
https://sole.github.io/Animated_GIF
225 stars 53 forks source link

Increase FPS #39

Open sojs-coder opened 3 years ago

sojs-coder commented 3 years ago

I need a way to increase FPS. Something like:

var ag = new Animated_GIF({
  fps: 10
});

Or something like that?