UNPKG

wesleytabaka-rpi-led-matrix

Version:

Fork of alexeden/rpi-led-matrix. Node.js/Typescript bindings for hzeller/rpi-rgb-led-matrix

6 lines (5 loc) 230 B
export * from './layout-utils'; export * from './types'; export * from './utils'; declare const Font: import("./types").Font, isSupported: boolean, LedMatrix: import("./types").LedMatrix; export { Font, isSupported, LedMatrix, };