@arun-s-aot/formsflow-webembed 1.0.1-dev.0 → 1.0.1-dev.1
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/dist/963.forms-flow-webcomponent.js +2 -0
- package/dist/963.forms-flow-webcomponent.js.LICENSE.txt +72 -0
- package/dist/963.forms-flow-webcomponent.js.gz +0 -0
- package/dist/bundle-report.html +39 -0
- package/dist/forms-flow-webcomponent.js +2 -0
- package/dist/forms-flow-webcomponent.js.LICENSE.txt +96 -0
- package/dist/forms-flow-webcomponent.js.gz +0 -0
- package/dist/index.html +1 -0
- package/package.json +19 -11
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ You can integrate the web component using either CDN or NPM:
|
|
|
27
27
|
|
|
28
28
|
### CDN Installation
|
|
29
29
|
```html
|
|
30
|
-
<script src="https://dm3cs41qneo90.cloudfront.net
|
|
30
|
+
<script src="https://dm3cs41qneo90.cloudfront.net"></script>
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
### NPM Installation
|
|
@@ -344,4 +344,4 @@ npm run build
|
|
|
344
344
|
|
|
345
345
|
---
|
|
346
346
|
|
|
347
|
-
**Need help?** Check out our [GitHub repository](https://github.com/AOT-Technologies/forms-flow-ai-web-components) for more examples and community support.
|
|
347
|
+
**Need help?** Check out our [GitHub repository](https://github.com/AOT-Technologies/forms-flow-ai-web-components) for more examples and community support.
|