Skip to content

Instantly share code, notes, and snippets.

View designforhuman's full-sized avatar

David Lee designforhuman

View GitHub Profile
@designforhuman
designforhuman / NameTagGenerator.js
Last active August 30, 2017 14:13
NameTag Generator
// NameTag Generator (alpha version)
// Designed and Coded by David Lee @DesignSpectrum, @Daylight
// 23 July, 2017
// array of participants' names
var participants = ["James", "Peter", "David"];
// get sketch document and layers(incl. artboard)
var sketch = context.api();