UNPKG

blinkstick-ts

Version:
9 lines (8 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const animation_1 = require("../animation"); const blinksticks_1 = require("../blinksticks"); const color_1 = require("../color"); const blinksticks = new blinksticks_1.BlinkSticks(); const blinkstick = blinksticks.findFirst(); new animation_1.MorphAnimator(blinkstick.getChannel(0).getLed(0), color_1.Colors.green).animate();