0.1.1 • Published 7 years ago

@counterplay/chromajs v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
7 years ago

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.