antimatter15 / rgb-lab

convert between rgb and L*a*b color spaces in javascript
MIT License
169 stars 30 forks source link

Any plans to publish via npm? #2

Closed GenieTim closed 3 years ago

GenieTim commented 3 years ago

Hi dear maintainer

I really appreciate the code in this repo and am considering using it for a project. Do you have any plans on publishing this as a JavaScript library to be installed using npm/yarn or is copy-pasting (or using a git submodule) the way to go? The npm module would make things easier for users in terms of automation of licence checks and updates.

Best regards,

florabtw commented 3 years ago

It seems like it was published by someone else, but it is already on npm:

yarn add rgb-lab

or

npm install rgb-lab

npm page