Module Use
Use HTML Widget As A Module
const htmlWidget = importModule("html-widget")
let widget = await htmlWidget(`
<widget>
</widget>
`)Last updated
Use HTML Widget As A Module
const htmlWidget = importModule("html-widget")
let widget = await htmlWidget(`
<widget>
</widget>
`)Last updated