This package has been deprecated

Author message:

this package has been deprecated

simplerazerlib

1.0.0 • Public • Published

simplerazerlib

Simple library for accessing the REST API razer

#How to use

const ChromaSDK = require('./ChromaSDK');
let chroma = new ChromaSDK({
        "title": "Simple Razer Library",
        "description": "Simple library for accessing the REST API razer",
        "author": {
            "name": "Deathart",
            "contact": "http://github.com/deathart/simplerazerlib"
        },
        "device_supported": [
            "keyboard",
            "mouse",
            "headset",
            "mousepad",
            "keypad",
            "chromalink"],
        "category": "application"
    });
chroma.createKeyboardEffect("CHROMA_STATIC", 255);

chroma.createMousematEffect("CHROMA_STATIC", 255);

chroma.createMouseEffect("CHROMA_STATIC", 255);

#How to use rgb

const Color = require('./color');

chroma.createKeyboardEffect("CHROMA_STATIC", new Color(255, 0, 0));

Package Sidebar

Install

npm i simplerazerlib

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

15.2 kB

Total Files

6

Last publish

Collaborators

  • deathart