@mypixia/simplex-designer 1.0.15 → 1.0.16
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 +1 -1
- package/dist/index.cjs.js +11 -11
- package/dist/index.es.js +431 -375
- package/dist/index.umd.js +778 -0
- package/package.json +1 -4
- /package/dist/{index.css → index_external.css} +0 -0
package/README.md
CHANGED
|
@@ -286,4 +286,4 @@ Mypixia supports all modern browsers:
|
|
|
286
286
|
This project has a mix licensed - see the LICENSE file for details.
|
|
287
287
|
|
|
288
288
|
## Support
|
|
289
|
-
For additional help and support, please visit our [documentation site](https://docs.mypixia.com) or [contact our support team](https://mypixia/contact-us).
|
|
289
|
+
For additional help and support, please visit our [documentation site](https://docs.mypixia.com) or [contact our support team](https://mypixia.com/contact-us).
|