yume's sandbox
this where development is i think
© Yume Itai. All rights reserved.
(function () { const s = document.createElement('script'); s.src = "https://cdn.jsdelivr.net/gh/y-u-m-e/dev_sandbox@bd456f83a97c1c20f42078e824d4c392c617d6e4/dist/dev_sandbox_widget.js"; s.onload = () => { if (window.BattleshipWidget) { BattleshipWidget.mount('#dev-sandbox-root'); } else { console.error("BattleshipWidget not found on window"); } }; s.onerror = () => console.error("Failed to load widget script."); (document.head || document.body).appendChild(s); })();