Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.
/ simplerazerlib Public archive

Simple library for accessing the REST API razer

License

Notifications You must be signed in to change notification settings

deathart/simplerazerlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

Simple library for accessing the REST API razer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published