UNPKG

@panoramax/web-viewer

Version:

Panoramax web viewer for geolocated pictures

10 lines (8 loc) 399 B
/* eslint-disable import/no-unused-modules */ // Lightweight export for PhotoViewer export {default as CopyCoordinates} from "./CopyCoordinates"; export {default as Legend} from "./Legend"; export {default as OSMEditors} from "./OSMEditors"; export {default as PictureLegendActions} from "./PictureLegendActions"; export {default as Player} from "./Player"; export {default as Zoom} from "./Zoom";