@counterplay/chromajs
v0.1.1
Published
Forked from https://github.com/chroma-sdk/chroma-js.git Chroma.js is a library that provides a simple interface to interact with Razer's Chroma REST API.
Downloads
5
Maintainers
Keywords
Readme
Chroma.js
Forked from https://github.com/chroma-sdk/chroma-js.git Chroma.js is a library that provides a simple interface to interact with Razer's Chroma REST API.
Building from source
After cloning this repository the Typescript Code needs to be transpiled.
This is done either by using your IDE (VS-Code is configured) or by going into the "sdk" directory and running:
npm install
npm run build
Now the dist
folder contains all the needed files.