UNPKG

led-matrix-ts

Version:

Highly customizable led matrix for the browser

8 lines (7 loc) 287 B
import { Character } from "./character"; export declare class CharactersJSON { static import(path: string, success: (content: Character[]) => any): void; static export(): void; static parse(json: string): Character[]; static stringify(characters: Character[]): string; }