@mypixia/simplex-designer 1.0.12 → 1.0.14
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 +6 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
Mypixia is a powerful, customizable JavaScript
|
|
1
|
+
Mypixia is a powerful, customizable JavaScript custom product designer that allows users to create, edit, and customize designs for T-shits, mugs, hats and much more in the browser. With support for text, stickers, shapes, icons, images, QR codes, and barcodes, Mypixia provides a comprehensive toolkit for building
|
|
2
|
+
interactive design experiences in your web applications.
|
|
2
3
|
## Features
|
|
3
|
-
- 🎨 Fully customizable themes
|
|
4
|
+
- 🎨 Fully customizable themes. Provide colors that match your product reqyuirements
|
|
4
5
|
- 📱 Responsive design works on all devices
|
|
5
6
|
- 🧩 Modular architecture with configurable components
|
|
6
7
|
- 🖼️ Support for various design elements (text, stickers, shapes, icons, images)
|
|
7
8
|
- 📊 QR code and barcode generation
|
|
8
9
|
- 🔄 Extensive API for integration with your application
|
|
9
|
-
- 💾 Export designs in various formats (PNG,
|
|
10
|
+
- 💾 Export designs in various formats (PNG, JPG, PDF, SVG and WEBP)
|
|
10
11
|
- 🔌 Custom action buttons for extended functionality
|
|
11
12
|
|
|
12
13
|
|
|
@@ -267,7 +268,7 @@ design.loadFromJSON(designJSON);
|
|
|
267
268
|
```
|
|
268
269
|
|
|
269
270
|
## Getting an API Key
|
|
270
|
-
To access premium features and additional design assets, you will need an API key. Visit [our documentation site](https://
|
|
271
|
+
To access premium features and additional design assets, you will need an API key. Visit [our documentation site](https://docs.mypixia.com) for more information on obtaining an API key and pricing plans.
|
|
271
272
|
## Browser Support
|
|
272
273
|
Mypixia supports all modern browsers:
|
|
273
274
|
- Chrome (latest)
|
|
@@ -279,4 +280,4 @@ Mypixia supports all modern browsers:
|
|
|
279
280
|
This project has a mix licensed - see the LICENSE file for details.
|
|
280
281
|
|
|
281
282
|
## Support
|
|
282
|
-
For additional help and support, please visit our [documentation site](https://
|
|
283
|
+
For additional help and support, please visit our [documentation site](https://docs.mypixia.com) or [contact our support team](https://mypixia/contact-us).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mypixia/simplex-designer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"unpkg": "dist/index.umd.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"mypixia",
|
|
35
35
|
"editor",
|
|
36
36
|
"fabric",
|
|
37
|
-
"tshirt designer"
|
|
37
|
+
"tshirt designer, product designer, custom mugs, custom hats"
|
|
38
38
|
],
|
|
39
39
|
"license": "see license.txt",
|
|
40
40
|
"devDependencies": {
|