Last active
October 20, 2016 14:32
-
-
Save azaroth42/e098a1bebcb1dd6f108d2f495b00dd46 to your computer and use it in GitHub Desktop.
Canvas in Presentation 3.0 with AV
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
{ | |
"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