UNPKG

mirador

Version:

An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.

12 lines (11 loc) 203 B
export var OSDReferences = { /** */ get: function get(windowId) { return this.refs[windowId]; }, refs: {}, /** */ set: function set(windowId, ref) { this.refs[windowId] = ref; } };