โจfractal
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
browser โฉ canvas โฉ examples โฉ fractal
๐พ replit๏ผcanvas polygon fractal
โฌ๏ธ require๏ผ drawOnCanvas2D(), regular polygons
const { PI } = Math;
const { log } = console;
function deg(x) { return PI * x / 180 } // degrees
// draw on canvas
drawOnCanvas2D('#playground'