UNPKG

led-matrix-ts

Version:

Highly customizable led matrix for the browser

5 lines (4 loc) 154 B
import { bit } from "../utils/bit-array"; export declare class NearestNeighbor { static scale(matrix: bit[], width: number, factor: number): bit[]; }