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.

6 lines (3 loc) 119 B
import { createContext } from 'react'; const ViewerContext = createContext(undefined); export default ViewerContext;