kita-color
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Kita Color

Color converter library

* README.md is still being written

Color converter capable of converting colors to different representations.


This is a component of Kita


Exemples

At the moment there is just a simple example available of how to use the library.

Examples will be available in the "example" folder, simply run:

node example/xxx.js

Get in npm

npm i kita-color

TODOs

Pending

- [ ] Write README.md
- [ ] Add more color types
- [ ] Add more examples
- [ ] Create tests with Philips Hue bridge to test HueYxy conversion
- [ ] Add documentation
- [ ] Debug mode
- [ ] Logging
- [ ] Errors
- [ ] TODOs in code // https://github.com/ClownChu/kita-color/search?q=TODO+%3A

* Not in order of priority

Completed

- [x] Convert to TypeScript // v0.0.3 - https://github.com/ClownChu/kita-color/commits/0.0.3
- [x] Publish in npm // v0.0.2 - https://github.com/ClownChu/kita-color/commits/0.0.2
- [x] Write examples // v0.0.1 - https://github.com/ClownChu/kita-color/commits/0.0.1
- [x] Write tests // v0.0.1 - https://github.com/ClownChu/kita-color/commits/0.0.1
- [x] Create base // v0.0.1 - https://github.com/ClownChu/kita-color/commits/0.0.1

About Kita

Kita is a personal assistant developed by Vitor de Souza (ClownChu). Currently coded in .NET, Go, and Node.js. This personal assistant helps with daily tasks, such as: controlling computers, lights, network, schedules, repetitive tasks, among other features.

Supported color representations

RGB Hex HSV Philips HueYxy
RGB Hex HSV HueYxy
255, 255, 255 #FFFFFF 0, 0, 1 255, 0.33323558422862626, 0.33323558422862626

License

Package Sidebar

Install

npm i kita-color

Weekly Downloads

8

Version

0.0.3

License

AGPL-3.0

Unpacked Size

89.4 kB

Total Files

30

Last publish

Collaborators

  • clownchu