README
ptemplayed.js
My fork of https://github.com/archan937/templayed.js which seems to be abandoned
- added support to AMD and Node require.
- changed #/^ implementation from explicit Boolean (true/false) to truthy/falsy
Fork of https://github.com/archan937/templayed.js
<script type="module">
import atiripPtemplayed from 'https://cdn.skypack.dev/@atirip/ptemplayed';
</script>
My fork of https://github.com/archan937/templayed.js which seems to be abandoned