1.0.4 • Published 3 years ago

uuid-supersimpledev v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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>
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago