Socket
Socket
Sign inDemoInstall

@samvera/clover-iiif

Package Overview
Dependencies
14
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.1 to 1.9.3

7

dist/components/ImageViewer/ImageViewer.d.ts
import React from "react";
import { IIIFExternalWebResource } from "@iiif/presentation-3";
declare const ImageViewer: React.FC<IIIFExternalWebResource>;
import { Service } from "@iiif/presentation-3";
interface ImageViewerProps {
service: Service[] | undefined;
}
declare const ImageViewer: React.FC<ImageViewerProps>;
export default ImageViewer;
{
"name": "@samvera/clover-iiif",
"version": "1.9.1",
"version": "1.9.3",
"description": "Viewer for audio, video and image file types driven by a IIIF manifest",

@@ -71,6 +71,6 @@ "main": "dist/index.cjs.js",

"openseadragon": "^2.4.2 || ^3.0.0",
"react": "^16.13.1 || ^17.0 || ^18.0",
"react-dom": "^16.13.1 || ^17.0 || ^18.0",
"react-error-boundary": "^3.1.4",
"uuid": "^8.3.2",
"react": "^16.13.1 || ^17.0 || ^18.0",
"react-dom": "^16.13.1 || ^17.0 || ^18.0"
"uuid": "^8.3.2"
},

@@ -77,0 +77,0 @@ "files": [

<!-- ![image](https://user-images.githubusercontent.com/7376450/154114970-a68a6b14-91b8-48ea-a76a-5d2cd2f342c7.png) -->
<img src="https://user-images.githubusercontent.com/7376450/154114970-a68a6b14-91b8-48ea-a76a-5d2cd2f342c7.png" class="clover-screenshot" alt="Clover screenshot" />
<img src="https://user-images.githubusercontent.com/7376450/164540681-0504cae5-58e6-4172-969f-2b289f47b422.png" class="clover-screenshot" alt="Clover screenshot" />
# Clover IIIF
**An A/V media viewer driven by IIIF Presentation API built with React.js**
**A minimal IIIF viewer for Image, Audio, and Video canvases built with React.js**
[**Demo**](https://samvera-labs.github.io/clover-iiif/)
Clover IIIF is a UI component that renders a multicanvas IIIF viewer intended for `Video` and `Sound` content resources with basic pan-zoom support for `Image` via OpenSeadragon. Provide a [IIIF Presentation](https://iiif.io/api/presentation/3.0/) manifest and the component:
Clover IIIF is a UI component that renders a multicanvas IIIF item viewer intended for `Video` and `Sound` content resources with basic pan-zoom support for `Image` via OpenSeadragon. Provide a [IIIF Presentation](https://iiif.io/api/presentation/3.0/) manifest and the component:

@@ -12,0 +12,0 @@ - Renders a multi-canvas _Video_, _Sound_, and _Image_ viewer

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc