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