Last updated 1 year ago
const htmlWidget = importModule("html-widget") let widget = await htmlWidget(` <widget> <text>Hello, World!</text> </widget> `) Script.setWidget(widget) widget.presentSmall() Script.complete()