Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 421 Bytes

iiif-explorer

iiif-explorer.netlify.com

Built with StencilJS

npm i iiif-explorer --save
<html>
<head>
    <script src="https://unpkg.com/iiif-explorer/dist/iiif-explorer/iiif-explorer.js"></script>
</head>
<body>
    <iiif-explorer manifest="https://digital.library.villanova.edu/Collection/vudl:3/IIIF"></iiif-explorer>
</body>
</html>