@junyul/browser
v1.2.2
Published
Junyul SDK minimal browser build — small, tree-shakable, no Node APIs.
Downloads
218
Maintainers
Readme
@junyul/browser
Minimal browser-only build of the Junyul SDK (~12 KB min+gz target).
CDN usage
<script type="module">
import junyul from 'https://cdn.junyul.com/browser/1.0.0/index.js';
junyul.init({ apiKey: 'JUN_live_...' });
junyul.banner.mount({ assetId: 'chatbot_v1', locale: 'ko' });
</script>