Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dbmdz/mirador-multipagenavigation

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbmdz/mirador-multipagenavigation

Adds a small additional navigation bar to the top of the viewport that allows faster seeking through a manifest.

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
3
Created
Source

Multi-Page Navigation

NPM Maven Central

Adds a small additional navigation bar to the top of the viewport that allows faster seeking through a manifest.

Installation

You can find production-ready build artifacts in the releases section.

Alternatively, you can use npm to install the artifacts:

$ npm install @dbmdz/mirador-multipagenavigation

If you have a Java Web-Application managed with mvn, there is also a WebJar, which can be included as follows:

<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>dbmdz__mirador-multipagenavigation</artifactId>
  <version>{set to current version}</version>
</dependency>

Usage

  • enable the plugin by including the CSS and the JavaScript (after loading Mirador):
<link rel="stylesheet" type="text/css" href="<url to the plugin>/multiPageNavigation.min.css" />
...
<script src="<url to the plugin>/multiPageNavigation.min.js"></script>

Keywords

iiif

FAQs

Package last updated on 04 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts