sole / Animated_GIF

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

Add support per frame delay #36 #41

Closed yyzclyang closed 2 years ago

yyzclyang commented 2 years ago

Provides per-frame delay support, #36

sole commented 2 years ago

Hello @yyzclyang , thanks for the PR!

Before I merge it, do you have an example or test that shows how to use this? It would be very good if you could provide a test (like the ones in https://github.com/sole/Animated_GIF/tree/master/tests ) and/or add it to the options list in the README i.e. https://github.com/sole/Animated_GIF#available-options

If not I'll make it another issue as I don't have a lot of maintenance time to spare and don't know when I can work on this unfortunately!

yyzclyang commented 2 years ago

Hello, I've added the example and the relevant option description in the README

sole commented 2 years ago

@yyzclyang That's fabulous, many thanks!