tj / palette

Node.js image color palette extraction with node-canvas
292 stars 24 forks source link

Support for typings? #10

Closed devcken closed 8 years ago

devcken commented 8 years ago

I have used your palette on my project. It based on Angular2 and TypeScript. The palette works well, but tsc(typescript compiler) show me the error, which cannot find module palette in case re-compiling.

Do you have any plan for supporting the typings?