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

add Getter for canvasIIIF

parent 4f04ada8
Branches
No related tags found
1 merge request!23get canvasIIIF
......@@ -10,6 +10,9 @@ export const VideosReferences = {
getCanvaSizeInformation(){
return this.canvasSizeInformation
},
getCanvasIIIF(){
return this.canvasIIIF;
},
/** */
set(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