Skip to content

Instantly share code, notes, and snippets.

@marklundin
Last active August 29, 2015 14:20
Show Gist options
  • Save marklundin/a1d80f0eeda68b8114d7 to your computer and use it in GitHub Desktop.
Save marklundin/a1d80f0eeda68b8114d7 to your computer and use it in GitHub Desktop.
/*
Defines an GUI interface
*/
var api = adjust({
aNumber: 5,
aString: 5,
aBoolean: true,
aColor: '#ff0000'
anotherColor: {r:1, g:0.5, b:0.9}
aFolder:{
otherNumber:
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment