A Cloudflare Worker for generating mandlebrot fractals.
Live here (probably).
The following query parameters change how the fractal is generated:
i=
: iterations to run per pixelz=
: zoom levelzx=
: x coordinate to zoom intozy=
: y coordinate to zoom intoss=
: how much supersampling to do (calculatesss^2
more pixels)