matt-way / gifuct-js

Fastest javascript .GIF decoder/parser
MIT License
431 stars 64 forks source link

Add a function to load gif frames progressively #59

Open ericwood73 opened 1 year ago

ericwood73 commented 1 year ago

We were having problems with gif loading impacting loading of other content since it happens on the main thread, so I created a function that can progressively decompress gif frames so we can space that out over multiple animation frames.