ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
165 stars 78 forks source link

need a link to tinycolor, since there are multiple projects polluting the namespace #49

Closed furiousOyster closed 8 years ago

furiousOyster commented 8 years ago

I assume it is: https://github.com/bgrins/TinyColor

Which needs to be installed with: npm install tinycolor2

doing the not-too-wild-a-guess npm install tinycolor will give the wrong package I presume.

ruhley commented 8 years ago

@furiousOyster You are correct that it is tinycolor2. I have published the latest version to npm and with it the proper dependencies. Hopefully there will be no more confusion.

furiousOyster commented 8 years ago

thank you!!