Releases: grandchef/escpos-buffer
Exports the pngjs PNG class from the package
What's Changed
- Exports the pngjs PNG class from the package by @tjmgregory in #25
Full Changelog: v2.0.0...v2.0.1
Add async to all methods
Add async to methods that run commands at connection (USB) to allow catch exceptions
What's Changed
- Exposes the async nature of WebUSB by @tjmgregory in #24
New Contributors
- @tjmgregory made their first contribution in #24
Full Changelog: v1.6.6...v2.0.0
Migration guide from 1.x to 2.x
Before: new Printer(model, connection)
After: await Printer.CONNECT(model, connection)
Before: printer.columns = 48
After: await printer.setColumns(48)
Before: printer.alignment = Align.Center
After: await printer.setAlignment(Align.Center)
Before: printer.codepage = "utf8"
After: await printer.setCodepage("utf8")
These method now need await
await printer.write(...)
await printer.writeln(...)
await printer.feed(...)
await printer.draw(...)
await printer.withStyle(...)
await printer.drawer(...)
await printer.buzzer(...)
await printer.cutter(...)
Change PrintiD-Touch qrcode commands to epson
Change PrintiD-Touch qrcode commands to epson
Change default Control iD font to C
Change default Control iD font to C
Upgrade packages
Upgrade packages
Fix Daruma DR800 Code Page
Fix Daruma DR800 Code Page
Fix Elgin i9 drawer
1.6.2 build: Version 1.6.2
Fix Elgin i7 drawer
Fix Elgin i7 drawer
Change Elgin i9 commands
Change Elgin i9 commands
Fix transparence as black
Fix transparence as black
Add MP-2800 TH printer
Add Generic 80mm printer
Add default feed to models
Keep model order on Model.ALL function
Enhance Elgin i9 profile