UNPKG

@chromasdk/chromajs

Version:

JavaScript client for the Razer Chroma REST API

11 lines 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Devices_1 = require("./Devices"); class AnimationFrame extends Devices_1.default { constructor() { super(...arguments); this.delay = 1000 / 15; } } exports.AnimationFrame = AnimationFrame; //# sourceMappingURL=AnimationFrame.js.map