gifencoder
gifencoder copied to clipboard
How use delay delay x 1/1000 and not 1/100 ?
Hi,
Is it possible to use the delay on miliseconds, not hundredths ?
It is rounded when changing setDelay : https://github.com/eugeneware/gifencoder/blob/master/lib/GIFEncoder.js#L136
I would like to use 103, 101, 99, 98 miliseconds, not just 100.
Thank you