Created
March 8, 2015 02:34
-
-
Save blitline-dev/5a7c991073397bcf81b5 to your computer and use it in GitHub Desktop.
sample_svg.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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