Skip to content
Snippets Groups Projects

get canvasIIIF

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -10,6 +10,9 @@ export const VideosReferences = {
getCanvaSizeInformation(){
return this.canvasSizeInformation
},
getCanvasIIIF(){
return this.canvasIIIF;
},
/** */
set(windowId, ref) {
this.refs[windowId] = ref;
Loading