Skip to content

Instantly share code, notes, and snippets.

@ngsankha
Last active December 19, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngsankha/e1b77f8ec59727b90ba2 to your computer and use it in GitHub Desktop.
Save ngsankha/e1b77f8ec59727b90ba2 to your computer and use it in GitHub Desktop.
{ "margin" : 10,
"name" : "Demo Presentation",
"slides" : [ [ { "data" : "Hello World!",
"styles" : { "align" : "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "banner"
},
{ "data" : "I am Sankha",
"styles" : { "stroke" : "#666" },
"type" : "para"
},
{ "data" : "res/me.jpg",
"type" : "image"
}
],
[ { "data" : "This is socks!",
"styles" : { "align" : "center",
"font" : "Ubuntu",
"stroke" : "#f00"
},
"type" : "banner"
},
{ "data" : "The partner of Shoes in presentation. You just write a plain JSON File, and we take the pains of creating the presentation for you.",
"styles" : { "stroke" : "#666" },
"type" : "para"
}
],
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment