jnordberg / gif.js

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

Remove gif.worker.js dependency #58

Open martoo6 opened 8 years ago

martoo6 commented 8 years ago

There's no need to use a separate file. I work in an enviroment where there's a single js file. Instead you can use createObjectURL in order to provide code to the worker. Ex: http://www.javascripture.com/URL

stevenfabre commented 7 years ago

I'd love that.

vidstige commented 3 years ago

Seems very doable, if the file can be plopped into the other file during build somehow.