UNPKG
identity-img
Version:
latest (2.0.0)
2.0.0
1.0.0
## Simple library for create unique image by hash
github.com/tsigel/identity-img
tsigel/identity-img
identity-img
/
readme.md
17 lines
(11 loc)
•
255 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Identity Image
## Simple library for create unique image by hash
### Install
``
`bash npm install identity-img --save `
``
### Example:
``
`javascript var image = new Image(); image.src = identityImg.create('3P6Z6FcMTRHTdNe7FnvzT2WaAcsuJWPZjUF'); `
``