exhibition-viewer
v1.0.14
Published
React component for viewing exhibitions from the Delft University of Technology.
Downloads
69
Readme
Delft Exhibition Viewer
React component for viewing exhibitions from the Delft University of Technology.
npm i exhibition-viewerUsage
import { ExhibitionViewer } from "exhibition-viewer";
function MyViewer() {
return <ExhibitionViewer manifest="https://example.org/manifest" />;
}