This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Color = require('color') | |
var Isomer = require('isomer') | |
var Simplex = require('perlin-simplex') | |
var Point = Isomer.Point | |
var Shape = Isomer.Shape | |
var simplex = new Simplex() | |
var baseColor = Color('#0096B0') |