Created
May 15, 2014 01:19
-
-
Save blitline-dev/554c97874142dc8a9daa to your computer and use it in GitHub Desktop.
serial_functions.js
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", | |
"src": "http://www.librato.com", | |
"src_type": "screen_shot_url", | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 800 | |
}, | |
"save": { | |
"image_identifier": "external_sample_1", | |
"extension": "png" | |
}, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 500 | |
}, | |
"save": { | |
"image_identifier": "external_sample_1", | |
"extension": "png" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment