jwagner / simplex-noise.js

A fast simplex noise implementation in Javascript / Typescript.
MIT License
1.64k stars 131 forks source link

Bower support #8

Closed viljami closed 9 years ago

viljami commented 9 years ago

Hi,

I just used your project with bower. Thought it might be worth adding a bower config file to filter only necessary code. I look forward to hearing what you think.

Anyway, thanks for the great noise =)

Cheers, Viljami

jwagner commented 9 years ago

@viljami I don't use bower but if it helps you or someone else, I'm happy to have that file around. I'll make the name match the npm one and remove the version (it's deprecated anyway). Thanks!