jnordberg / gif.js

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

Create bower.json #14

Closed huichops closed 10 years ago

huichops commented 10 years ago

Added the bower.json file needed by Bower

I registered the package on Bower already You can now install it with bower install gif.js

gvn commented 10 years ago

@rivfader I believe you meant bower install gif.js, correct?

gvn commented 10 years ago

Also, @jnordberg may I suggest tagging a release? Thanks!

huichops commented 10 years ago

Sorry, updated to bower install gif.js

jnordberg commented 10 years ago

Thanks. I'm not a bower user myself but just had a quick read of their docs. Shouldn't "main" be an array of both the worker and main files for it to work properly?

gvn commented 10 years ago

Bower will just take the contents of your repo and pull them (minus Bower ignored files).

I think main is just meant to indicate the entry point for your code.

jnordberg commented 10 years ago

Not going to accept this, AFAIK you can install gif.js with bower without this extra package file.