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) 178 B
export const OSDReferences = { /** */ get(windowId) { return this.refs[windowId]; }, refs: {}, /** */ set(windowId, ref) { this.refs[windowId] = ref; }, };