moagrius / Color

abstract Color management class for JavaScript; discreet component manipulation; output formatting; conversions.
http://moagrius.github.io/Color/Color.html
MIT License
21 stars 9 forks source link

Any license? #2

Closed bgnk closed 12 years ago

bgnk commented 12 years ago

Just wondering if you released this lib under any license. Would be great to know, since we could really use your code in our project.

moagrius commented 12 years ago

in general MIT is fine - i just ask that you link up the original (the github url is fine). btw, the other repo (color-1) is an AMD module and i think might be a little more up-to-date.

i'd be interested in knowing what the project is, but don't require it. have fun

bgnk commented 12 years ago

Thanks for your quick answer. The project I'm involved in is called Lively Kernel ( http://lively-kernel.org). It's basically a Javascript IDE written in Javascript which works similar to Squeak Smalltalk. Right now we're implementing CSS parsing and your class is the perfect tool we need to interpret CSS color strings.

You're very welcome to try out the system if you want ;)

Best regards, Ben

2012/9/4 moagrius notifications@github.com

in general MIT is fine - i just ask that you link up the original (the github url is fine). btw, the other repo (color-1) is an AMD module and i think might be a little more up-to-date.

i'd be interested in knowing what the project is, but don't require it. have fun

— Reply to this email directly or view it on GitHubhttps://github.com/moagrius/Color/issues/2#issuecomment-8274941.

moagrius commented 12 years ago

very cool - i'll definitely check it out. hope the class helps.