Skip to content

Instantly share code, notes, and snippets.

Background = new BackgroundLayer backgroundColor: "#f6f6f6"
# Placing all fields within a container
Container = new Layer backgroundColor: "transparent", width:1080, height:2000
Container.center()
#Container.style.padding = "10px 0 0 0 "
# 10 Fields
for colNumber in [0...9]
Field = new Layer