README
This code describes a browser render logic of Δt based on requestAnimationFrame independent of dom manipulation, which is implement in detail in:
Δt browser render logic for adapters - async & dynamic templating engine
<script type="module">
import dtBrowser from 'https://cdn.skypack.dev/dt-browser';
</script>
This code describes a browser render logic of Δt based on requestAnimationFrame independent of dom manipulation, which is implement in detail in: