@risleylima/escpos 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,6 +99,11 @@ await printer.flush();
|
|
|
99
99
|
await adapter.close();
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
+
### Complete Command Documentation
|
|
103
|
+
|
|
104
|
+
- Full method-by-method reference: [`docs/architecture/COMMANDS_API.md`](./docs/architecture/COMMANDS_API.md)
|
|
105
|
+
- Practical usage patterns: [`docs/architecture/COMMANDS_RECIPES.md`](./docs/architecture/COMMANDS_RECIPES.md)
|
|
106
|
+
|
|
102
107
|
---
|
|
103
108
|
|
|
104
109
|
## 🔳 QR Code Strategies
|
package/package.json
CHANGED