UNPKG

j5e

Version:

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

6 lines (4 loc) 104 B
import RGB from "j5e/rgb"; const rgb = await new RGB([13, 12, 14]); rgb.color("#663399"); rgb.pulse();