UNPKG

j5e

Version:

j5e is a device first robotics an IoT framework built to levarage the ECMA-419 specification

13 lines (9 loc) 251 B
import RGB from "j5e/rgb"; const rgb = await new RGB([13, 12, 14]); var options = { duration: 4000, cuePoints: [0, 0.25, 0.5, 0.75, 1], keyFrames: [[0, 0, 0], [1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 0, 0]], loop: true }; rgb.animate(options);