Skip to content
Snippets Groups Projects
Commit 15ac4b45 authored by Antoine Roy's avatar Antoine Roy
Browse files

add Getter for canvasIIIF

parent 4f04ada8
No related branches found
No related tags found
1 merge request!23get canvasIIIF
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
...@@ -10,6 +10,9 @@ export const VideosReferences = { ...@@ -10,6 +10,9 @@ export const VideosReferences = {
getCanvaSizeInformation(){ getCanvaSizeInformation(){
return this.canvasSizeInformation return this.canvasSizeInformation
}, },
getCanvasIIIF(){
return this.canvasIIIF;
},
/** */ /** */
set(windowId, ref) { set(windowId, ref) {
this.refs[windowId] = ref; this.refs[windowId] = ref;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment