mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Add script renderer
This commit is contained in:
parent
f99c8c3db2
commit
4dd94b8afa
1 changed files with 3 additions and 0 deletions
3
docs/render/script.js
Normal file
3
docs/render/script.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
let script = document.currentScript?.src || import.meta?.url;
|
||||
|
||||
loadScript(params.url);
|
||||
Loading…
Reference in a new issue