UNPKG

@opuu/cat-printer

Version:

SDK to interact with chinese non standard thermal printers (cat printers) over bluetooth

10 lines (9 loc) 207 B
/** * @module CatPrinter */ export * from './cat-printer'; export * from './types'; export * from './enums'; export * from './constants'; export * from './utils'; export * as Dithering from './dithering';