README
Add new version
git add .
git commit -m "commit message";
npm version patch
npm run build
git add .
git commit -m "version up";
npm publish
SmartJex widget
<script type="module">
import smartjexWidget from 'https://cdn.skypack.dev/smartjex-widget';
</script>
git add .
git commit -m "commit message";
npm version patch
npm run build
git add .
git commit -m "version up";
npm publish