UNPKG

ws2801-client

Version:

A client for the webserver for the WS2801-Pi module.

4 lines (2 loc) 75 B
import {LedColor} from './index'; export type LedStrip = Array<LedColor>;