Module Use
Use HTML Widget As A Module
Follow these steps to use HTML Widget as a module:
Copy the regular file and paste it into a new scriptable script
Rename the script to
html-widget
Create a new script and paste
const htmlWidget = importModule("html-widget")
at the top of the fileStart to create the widget as you would normally in the newest script
Last updated