Ken
Ken
I using: - electron: `^11.1.1` - escpos: `^3.0.0-alpha.6` The following code I use to print data for the table ```js printer .tableCustom([ { text: '메뉴 x 수량', width: 0.3, align:...
I using this package with: - electron: `^11.1.1` - escpos: `^3.0.0-alpha.6` - escpos-serialport: `^3.0.0-alpha.4` My code: ```js const escpos = require('escpos'); escpos.SerialPort = require('escpos-serialport'); module.exports = { printSerial: function(port){ let...
This package has issues: - Re-render all app when add new a toast - Support children for React 18 ## Re-render all app when add new a toast In `ToastProvider`,...