utils/index.html
ztimson 4ed23e1502
All checks were successful
Build / Build NPM Project (push) Successful in 46s
Build / Tag Version (push) Successful in 13s
Build / Publish Documentation (push) Successful in 52s
Fixed path events casing issue
2025-06-19 18:44:20 -04:00

10 lines
157 B
HTML

<html>
<body>
<script type="module">
import {PES} from './dist/index.mjs';
console.log(PES`storage${'Test/Test'}:d`);
</script>
</body>
</html>