@mypixia/simplex-designer 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -234,7 +234,7 @@ export class EditorComponent implements AfterViewInit {
234
234
 
235
235
  ## Theme Configuration
236
236
 
237
- ```json
237
+ ```
238
238
  {
239
239
  primaryColor: "#000000", // Main theme color
240
240
  primaryColorLight: "#cf7e52", // Lighter version of primary color
@@ -246,7 +246,7 @@ export class EditorComponent implements AfterViewInit {
246
246
  ### Available Modules
247
247
  - `TXT` - Text editing capabilities
248
248
  - `STICKERS` - Sticker library
249
- - - Basic shapes (circle, rectangle, etc.) `SHAPES`
249
+ - `SHAPES` - `Basic shapes (circle, rectangle, etc.)
250
250
  - `ICONS` - Icon library
251
251
  - `IMAGE` - Image upload and manipulation
252
252
  - `QRCODE` - QR code generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mypixia/simplex-designer",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "unpkg": "dist/index.umd.js",