Skip to content

Instantly share code, notes, and snippets.

@jhohlfeld
Created August 11, 2014 17:41
Show Gist options
  • Save jhohlfeld/35c0d8bfeae6f3500400 to your computer and use it in GitHub Desktop.
Save jhohlfeld/35c0d8bfeae6f3500400 to your computer and use it in GitHub Desktop.
simg service json spec
{
"uri": "demo/345ad0f7.jpg",
"size": [3200, 2400],
"delegates": [{
"uri": "demo/image-xsmall.jpg",
"size": [320, 240]
}, {
"uri": "demo/image-small.jpg",
"size": [640, 480]
}, {
"uri": "demo/image-large.jpg",
"size": [1600, 1080]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment