@thermal-print/escpos 0.3.1-beta.0 → 0.3.1-beta.1

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/dist/generator.js CHANGED
@@ -64,7 +64,7 @@ export class ESCPOSGenerator {
64
64
  initialize() {
65
65
  // Initialize with comfortable line spacing (30 dots ≈ default 1/6 inch)
66
66
  // Common values: 10 (tight), 20 (moderate), 30 (default), 40 (spacious)
67
- this.setLineSpacing(5);
67
+ this.setLineSpacing(25);
68
68
  // Apply initial print mode with Font A (48 cols) as default
69
69
  this.applyPrintMode();
70
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thermal-print/escpos",
3
- "version": "0.3.1-beta.0",
3
+ "version": "0.3.1-beta.1",
4
4
  "type": "module",
5
5
  "description": "ESC/POS command generation and thermal printer control",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "author": "",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@thermal-print/core": "0.3.1-beta.0",
29
+ "@thermal-print/core": "0.3.1-beta.1",
30
30
  "jimp": "^1.6.0"
31
31
  },
32
32
  "devDependencies": {