jnordberg / gif.js

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

Compile latest source code #36

Open jhagege opened 10 years ago

jhagege commented 10 years ago

Hi, I'm sorry for the noob question, but what parts of the src folder should I include in my project if I want to get the ultimate commits?

Is there any way to "compile" so as to have the same as in the "dist" folder (gif.js and gif.worker.js)

Thanks a lot

1j01 commented 10 years ago

Looks like npm run prepublish should build it.