Skip to content

Releases: grandchef/escpos-buffer

Exports the pngjs PNG class from the package

17 Mar 12:24
a67e4ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

Add async to all methods

14 Mar 15:45
Compare
Choose a tag to compare

Add async to methods that run commands at connection (USB) to allow catch exceptions

What's Changed

New Contributors

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

17 Jan 20:52
Compare
Choose a tag to compare

Change PrintiD-Touch qrcode commands to epson

Change default Control iD font to C

05 Jul 12:55
Compare
Choose a tag to compare

Change default Control iD font to C

Upgrade packages

06 Apr 19:50
Compare
Choose a tag to compare

Upgrade packages

Fix Daruma DR800 Code Page

24 Mar 20:22
5d5dc97
Compare
Choose a tag to compare

Fix Daruma DR800 Code Page

Fix Elgin i9 drawer

22 Mar 19:51
Compare
Choose a tag to compare
1.6.2

build: Version 1.6.2

Fix Elgin i7 drawer

25 Nov 20:55
Compare
Choose a tag to compare

Fix Elgin i7 drawer

Change Elgin i9 commands

25 Sep 15:05
Compare
Choose a tag to compare

Change Elgin i9 commands

Fix transparence as black

09 Jun 19:10
Compare
Choose a tag to compare

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