Skip to content

Instantly share code, notes, and snippets.

@psbolden
Forked from blitline-dev/sample_svg.json
Created October 26, 2016 22:25
Show Gist options
  • Save psbolden/e2f0f0aaa3c93a48f02b05e8b99493c0 to your computer and use it in GitHub Desktop.
Save psbolden/e2f0f0aaa3c93a48f02b05e8b99493c0 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