@molin.ai/shop-ai 0.2.0

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 ADDED
@@ -0,0 +1,16 @@
1
+ # @molin.ai/shop-ai
2
+
3
+ > Molin Shop AI — live chat widget by [molin.ai](https://molin.ai)
4
+
5
+ [![npm](https://img.shields.io/npm/v/@molin.ai/shop-ai)](https://npmjs.org/package/@molin.ai/shop-ai)
6
+ [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@molin.ai/shop-ai)](https://npmjs.org/package/@molin.ai/shop-ai)
7
+
8
+ ## Installation
9
+
10
+ Add this snippet to your HTML just before the `</head>` tag.
11
+ This JS file will load the `<molin-shop-ai>` web component.
12
+ Scripts with `type="module"` are loaded in "defer" mode, so they will not slow down the page.
13
+
14
+ ```html
15
+ <script type="module" src="https://widget.molin.ai/shop-ai.js?w=test123"></script>
16
+ ```