fa7363bc78d1f34b4ef9e30b283d58c250ec51b4
Browsers block ES module imports over the file:// protocol due to CORS. Users opening the overlay by double-clicking the HTML file saw all JS fail to load. Replace import/export with a window.OBS global namespace and classic <script> tags so the overlay works without a local server. Made-with: Cursor
Description
No description provided
Languages
JavaScript
59.2%
HTML
40.8%