Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner authored Aug 12, 2019
1 parent 70b3aed commit 7ec0556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ simplex-noise.js is a fast simplex noise implementation in Javascript. It works
- [3D voxel world generation](http://29a.ch/sandbox/2012/voxelworld/) example.
- Film grain in [analog film emulator](http://29a.ch/film-emulator/).

## Installation

```npm i -S simplex-noise```

## Usage

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

0 comments on commit 7ec0556

Please sign in to comment.