Skip to content
Snippets Groups Projects

get canvasIIIF

+ 4
0
@@ -10,6 +10,10 @@ export const VideosReferences = {
getCanvaSizeInformation(){
return this.canvasSizeInformation
},
getCanvasIIIF(){
return this.canvasIIIF;
},
/** */
set(windowId, ref) {
this.refs[windowId] = ref;
Loading