UNPKG

@ginden/blinkstick-v2

Version:
13 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Channel = void 0; /** * Channel for BlinkStick Pro devices. * @category Constants */ exports.Channel = { R: 0, G: 1, B: 2, }; //# sourceMappingURL=channel.js.map