Options:
{ // Min and max radius of circles. "minRadius": 1, "maxRadius": 400, "imageScale": 1, // Use a valid css color or a brightness from 0 - 255. "backgroundColor": 0, // options: solid, dark-ring, light-ring, just-ring, outline "circleStyle": "dark-ring", "paddingBetweenCircles": 0.5, // How much "detail" can a single circle cover. "maxDetail": 1000, // Quadratic gradient concentrates detail around high contrast areas like edges. // Linear gradient gives more even distribution. // options: linear, quadratic "gradientFunction": "linear", // Blur reduces noise in the image, leading to more even distribution of detail. "detailBlurPasses": 10, "detailBlurWidth": 5, "circlesPerFrame": 2000, "radiusBinarySearchSteps": 32, "pairScanFudgeFactor": 1.00001 }
Generate
Download