# @molin.ai/shop-ai

> Molin Shop AI — live chat widget by [molin.ai](https://molin.ai)

[![npm](https://img.shields.io/npm/v/@molin.ai/shop-ai)](https://npmjs.org/package/@molin.ai/shop-ai)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@molin.ai/shop-ai)](https://npmjs.org/package/@molin.ai/shop-ai)

## Installation

Add this snippet to your HTML just before the `</head>` tag.
This JS file will load the `<molin-shop-ai>` web component.
Scripts with `type="module"` are loaded in "defer" mode, so they will not slow down the page.

```html
<script type="module" src="https://widget.molin.ai/shop-ai.js?w=test123"></script>
```

## Development

<!-- FYI: this README is public on npm -->

```sh
npm version <major|minor|patch>
git add . && git commit
npm run publish:latest
```
