Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created March 8, 2015 02:34
Show Gist options
  • Save blitline-dev/5a7c991073397bcf81b5 to your computer and use it in GitHub Desktop.
Save blitline-dev/5a7c991073397bcf81b5 to your computer and use it in GitHub Desktop.
sample_svg.json
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/dev.blitline/sample.svg",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width" : 400
},
"save":{
"extension":".png",
"image_identifier":"MY_CLIENT_ID"
}
},
{
"name":"resize_to_fit",
"params":{
"width" : 500
},
"save":{
"extension":".png",
"image_identifier":"MY_CLIENT_ID"
}
},
{
"name":"resize_to_fit",
"params":{
"width" : 600
},
"save":{
"extension":".png",
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment