Describe the solution you'd like
In overlayExtension (eg. effects and overlay widgets), add a way to specify a JS dependency should be added with <script type="module">
For example, add a new jsModule array, or update the js array to allow either a string (non-module, current behavior) or { module: bool, url: string }
Describe the solution you'd like
In overlayExtension (eg. effects and overlay widgets), add a way to specify a JS dependency should be added with
<script type="module">For example, add a new jsModule array, or update the js array to allow either a string (non-module, current behavior) or
{ module: bool, url: string }