0.0.2 • Published 8 years ago

fantasy-map-noise v0.0.2

Weekly downloads
7
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

fantasy-map-noise

Minimal JavaScript noise generator.

Node.js usage

npm install fantasy-map-noise

or

yarn add fantasy-map-noise
// Generate Noise.
var noise = require('fantasy-map-noise');
noise.perlin2(x, y);

Version notes

  • Version 0.0.2 fix install instructions
  • Version 0.0.1 initial release
0.0.2

8 years ago

0.0.1

8 years ago