npm install random-uuid-v4yarn add random-uuid-v4pnpm add random-uuid-v4<script src="https://fastly.jsdelivr.net/npm/random-uuid-v4"></script><script src="https://unpkg.com/random-uuid-v4"></script><script type="module">
import randomuuidv4 from 'https://cdn.jsdelivr.net/npm/random-uuid-v4/+esm';
</script><script type="module">
import randomuuidv4 from 'https://cdn.skypack.dev/random-uuid-v4';
</script>