Skip to content

Instantly share code, notes, and snippets.

@vogelino
Created July 27, 2016 12:05
Show Gist options
  • Save vogelino/f7b0b14dc6fad0b3380760ce1fcb2cc2 to your computer and use it in GitHub Desktop.
Save vogelino/f7b0b14dc6fad0b3380760ce1fcb2cc2 to your computer and use it in GitHub Desktop.
function setup() {
createCanvas(windowWidth, windowHeight);
textFont('Georgia');
textSize(2100);
text('&', 10, 1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment