UNPKG

led-matrix-ts

Version:

Highly customizable led matrix for the browser

7 lines (6 loc) 206 B
import { Panel } from "../panel"; import { PanelFrame } from "../../types"; export interface Scroller { loopEndIndex(a: Panel): number; generatePanelFrameAtIndex(a: number, b: Panel): PanelFrame; }