marklife-label-printer-web-kit
Version:
JavaScript library for BLE label printing with Marklife printers
44 lines (43 loc) • 961 B
JavaScript
;
const {
startPrintjob, stopPrintjob, adjustPositionAuto, adjustPosition, setBTType,
learnLabelGap,
printerPosition,
printLinedots,
getLabelHeight,
setDensity,
gePrinterInfor,
getPrinterStatus,
getPrinterBatteryVol,
getPrinterBtname,
getPrinterMac,
setPaperType,
getPrinterVersion,
getPrinterSN,
setShutTime,
getShutTime
} = require("./printer_commands/printer-commands");
const {processImageData} = require("./image_processing/image-processing");
module.exports = {
processImageData,
startPrintjob,
stopPrintjob,
adjustPositionAuto,
adjustPosition,
setBTType,
learnLabelGap,
printerPosition,
printLinedots,
getLabelHeight,
setDensity,
gePrinterInfor,
getPrinterStatus,
getPrinterBatteryVol,
getPrinterBtname,
getPrinterMac,
setPaperType,
getPrinterVersion,
getPrinterSN,
setShutTime,
getShutTime
};