1.0.4 • Published 3 years ago
uuid-supersimpledev v1.0.4
Description
This external library provides a function that will generate a unique string ID.
How to use
Add the following code to your HTML:
<script src="https://unpkg.com/uuid-supersimpledev/uuid.js"></script>
You should now be able to use uuid()
anywhere.
<script>
console.log(uuid());
</script>