Example
var canvas = document.getElementById("canvas");
canvas.width = window.innerWidth * .6;
canvas.height = window.innerHeight / 2;
var rg = new RandomGrowth(canvas.getContext("2d"), {spawnRate: 0.05,
spawnLife: 10,
speed: 55});