Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 296 Bytes

Instruction-based drawings

drawings.cfapps.io

StartBy()
  .adding().rectangles().inAGridOf(2, 3).withACollapsedMarginOf(20.0)
  .then()
  .duplicate().all()
  .then()
  .shave().all().randomly()
  .then()
  .colorise().all().from(RandomPalette())