Notes
This provides a user not using React the ability to still use the Thumbnail component.
Done looks like
- Package is published to
npm under the @iiif organization. @iiif/thumbnail-panel
- Can import the package in an HTML file via
<script src="..path-to-thumbnail"></script>
- The package should be bundled appropriately to allow importing in a variety of host environments
Notes
This provides a user not using
Reactthe ability to still use the Thumbnail component.Done looks like
npmunder the@iiiforganization. @iiif/thumbnail-panel<script src="..path-to-thumbnail"></script>