1.0.6 • Published 5 years ago

math-random-id v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

math-random-id

Generate random id on Math.random()

Usage

import randomID from 'math-random-id'

randomID(); // => d7ltdggrh2o

Install

Via Yarn:

yarn add math-random-id

Via NPM:

npm i math-random-id

Browser

Include math-random-id in the page

<!-- unpkg -->
<script src="https://unpkg.com/math-random-id"></script>
<!-- or jsdelivr -->
<script src="https://cdn.jsdelivr.net/npm/math-random-id"></script>
1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago