@connectedxm/zpl-generator 0.0.2-beta.7 → 0.0.2
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 +0 -1
- package/dist/index.es.js +796 -761
- package/dist/src/generate.d.ts +4 -7
- package/dist/src/interfaces.d.ts +6 -8
- package/dist/src/validate.d.ts +70 -108
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -186,7 +186,6 @@ Displays text with configurable font, size, alignment, and wrapping.
|
|
|
186
186
|
data: 'Text content', // Text to display
|
|
187
187
|
font: 'A', // Font identifier (A-Z, 0-9)
|
|
188
188
|
fontHeight: 100, // Font height in dots (1-32000)
|
|
189
|
-
fontWidth?: number, // Optional font width in dots
|
|
190
189
|
fontOrientation: FontOrientation, // Text rotation
|
|
191
190
|
maxWidth: 900, // Maximum width for wrapping (0-9999)
|
|
192
191
|
maxLines: 3, // Maximum number of lines (1-9999)
|