@connectedxm/zpl-generator 0.0.1 → 0.0.2-beta.18

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 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)