Skip to content

Instantly share code, notes, and snippets.

@azaroth42
Last active October 20, 2016 14:32
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 azaroth42/e098a1bebcb1dd6f108d2f495b00dd46 to your computer and use it in GitHub Desktop.
Save azaroth42/e098a1bebcb1dd6f108d2f495b00dd46 to your computer and use it in GitHub Desktop.
Canvas in Presentation 3.0 with AV
{
"id": "...",
"type": "Canvas",
"width": 1000,
"height": 1000,
"duration": 120,
"annotations": [
{
"type": "AnnotationPage",
"items": [
{
"type": "Annotation",
"body": {
"id": "uri-to-video",
"type": "Video",
"service": {
"id": "uri-to-video-info-json"
}
},
"target": "http://.../canvas/#t=0,100"
}
]
},
"http://uri-to-other-anotations"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment