@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.
- package/README.md +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
|
-
```
|
|
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.)
|
|
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
|