UNPKG

j5e

Version:

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

5 lines (3 loc) 72 B
import LED from "j5e/led"; const led = await new LED(12); led.blink();