jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 667 forks source link

how can I prevent the script from blocking the page? #144

Open jumpjack opened 2 years ago

jumpjack commented 2 years ago

I modded the script inserting some lines which should change my "status" textarea to show progress, but of course it is not updated until the script ends. How can I show to the user the progress status? Maybe inserting a setInterval() somewhere?