ideas.md 299 Bytes

Fonds

  • 420 SPACE CAT
  • Ams Fluo

Formes

Mask with shape/noise

.mask(
    shape(25, 0.25).modulateScale(
    noise(400.5, 0.5)
    )
)

// Pixelated shape, e.g. on Shoe

.modulatePixelate(gradient(0.93,() => Math.sin(time/1000)).rotate(() => time/100 % 360).scale(0.2),93)