netbeast / colorsys

:art: Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
http://getyeti.co
MIT License
57 stars 16 forks source link

Added typescript module definition file #27

Closed barthap closed 4 years ago

barthap commented 4 years ago

I have added file colorsys.d.ts containing all basic Typescript declarations for colorsys functions and some interfaces describing color system objects. This PR is useful for Typescript projects. I didn't modify original code, just added types field to package.json.

jsdario commented 4 years ago

Thanks for doing this!