plate-011 · ink bloom · seed 0x678a79
the same flower routine called two hundred times with drifting hue.
2,930
81 lines
bloom()
// plate-011 — two hundred flowers
const paper = canvas(1000, 1000, "#0d0d0c");
const rng = seed("0x678a79");
bloom(paper, rng, {
calls: 2930,
jitter: true,
alpha: "stacked",
});
paper.commit(); // 81 lines of javascriptother ink bloom plates