-
-
Save blitline-dev/745e958c3180a32f194d0c59cb1e689e to your computer and use it in GitHub Desktop.
This file contains 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", | |
"v" : 1.21, | |
"src":"https://blitdoc.s3.amazonaws.com/heic/Dog.HEIC", | |
"functions":[ | |
{ | |
"name":"resize_to_fit", | |
"params":{ | |
"width":500 | |
}, | |
"save":{ | |
"image_identifier":"MY_CLIENT_ID", | |
"extension" : "png" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment