@shop25/taskbook-iframe
v0.0.14
Published
```bash npm i @shop25/taskbook-iframe ```
Downloads
17
Readme
Install
npm i @shop25/taskbook-iframe
Usage
import { createWidget } '@shop25/taskbook-iframe'
const mountElement = document.querySelector('#widget');
const widget = createWidget({
mountElement,
host: 'https://...',
projectSlug: 'partsbypost'
})
widget.onSetCount((count) => console.log(count))
widget.setOrder('store-24') # когда виджен уже загружен
widget.delete()