Skip to content

Instantly share code, notes, and snippets.

View neocho's full-sized avatar
👽

whoami neocho

👽
View GitHub Profile
let widget = await createWidget()
if (config.runsInWidget) {
Script.setWidget(widget)
} else {
widget.presentMedium()
}
Script.complete()