UNPKG

ws2801-client

Version:

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

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