README
UUID generation
Generated on a synchronous queue with a 1ms delay, so there's no chance of a collision
Generate UUIDs guaranteed to be unique
<script type="module">
import uuidgen from 'https://cdn.skypack.dev/uuidgen';
</script>
Generated on a synchronous queue with a 1ms delay, so there's no chance of a collision