Skip to content

Commit 7ec0556

Browse files
authored
Update README.md
1 parent 70b3aed commit 7ec0556

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ simplex-noise.js is a fast simplex noise implementation in Javascript. It works
99
- [3D voxel world generation](http://29a.ch/sandbox/2012/voxelworld/) example.
1010
- Film grain in [analog film emulator](http://29a.ch/film-emulator/).
1111

12+
## Installation
13+
14+
```npm i -S simplex-noise```
15+
1216
## Usage
1317

1418
By default simplex-noise.js will use Math.random() to seed the noise.

0 commit comments

Comments
 (0)