A tilelive provider that generates fractals. Inspired by tilelive-solid
npm install
npm run build
The quadratic julia set has been implemented, you can pass parameters for
the complex number c
using fractal:julia/c_re,c_im
where c_re
and c_im
are the real and imaginary parts of c
.
npm start fractal:julia/-0.8,0.156