We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b3aed commit 7ec0556Copy full SHA for 7ec0556
README.md
@@ -9,6 +9,10 @@ simplex-noise.js is a fast simplex noise implementation in Javascript. It works
9
- [3D voxel world generation](http://29a.ch/sandbox/2012/voxelworld/) example.
10
- Film grain in [analog film emulator](http://29a.ch/film-emulator/).
11
12
+## Installation
13
+
14
+```npm i -S simplex-noise```
15
16
## Usage
17
18
By default simplex-noise.js will use Math.random() to seed the noise.
0 commit comments