Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created April 4, 2017 20:04
Show Gist options
  • Save blitline-dev/af4943b5e1297b5214494d2ed600e7a5 to your computer and use it in GitHub Desktop.
Save blitline-dev/af4943b5e1297b5214494d2ed600e7a5 to your computer and use it in GitHub Desktop.
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/skysmall.jpg",
"functions":[
{
"name":"image_grid",
"params":{
"images": [
"https://s3.amazonaws.com/img.blitline/skysmall.jpg",
"https://unsplash.it/200/300/?random",
"https://unsplash.it/200/300/?random",
"https://unsplash.it/200/300/?random",
"https://unsplash.it/200/300/?random",
"https://unsplash.it/200/300/?random"
],
"cell_width": 200,
"cell_height" : 200,
"columns" : 3,
"padding" : 2,
"color" : "#ffda5a"
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment