# simplex-noise-ts

A simplex noise generator written in Typescript.

This project is a fork of [https://github.com/jwagner/simplex-noise.js](https://github.com/jwagner/simplex-noise.js) modified for easier integration into other Typescript projects. It is originally a port of [this Java implementation](http://webstaff.itn.liu.se/~stegu/simplexnoise/SimplexNoise.java) by Stefan Gustavson and Peter Eastman


## Documentation

[TSDoc API reference](https://spissvinkel.github.io/simplex-noise-ts/api/)


## Installation

As an npm package:

```bash
$ npm install @spissvinkel/simplex-noise
```
