webzlp
Version:
A small library using WebUSB to print labels on label printers.
10 lines • 495 B
TypeScript
import { ZplPrinterConfig } from './Config.js';
import * as Cmds from '../../Commands/index.js';
/** Command set for communicating with a ZPL II printer. */
export declare class ZplPrinterCommandSet extends Cmds.StringCommandSet {
get documentStartPrefix(): string;
get documentEndSuffix(): string;
constructor(extendedCommands?: Cmds.IPrinterCommandMapping<string>[]);
getConfig(config: Cmds.PrinterConfig): ZplPrinterConfig;
}
//# sourceMappingURL=ZplPrinterCommandSet.d.ts.map