UNPKG

wesleytabaka-rpi-led-matrix

Version:

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

13 lines (10 loc) 270 B
export * from './layout-utils'; export * from './types'; export * from './utils'; import { LedMatrixAddon } from './types'; const { Font, isSupported, LedMatrix }: LedMatrixAddon = require('bindings')('rpi-led-matrix'); export { Font, isSupported, LedMatrix, };