Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mirador-image-tools

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mirador-image-tools

mirador-image-tools React component

  • 0.9.0
  • npm
  • Socket score

Version published
Weekly downloads
158
decreased by-38.04%
Maintainers
1
Weekly downloads
 
Created
Source

mirador-image-tools

Build Status npm version

mirador-image-tools is a Mirador 3 plugin that adds image manipulation tools to the user interface.

Mirador image tools example

Configuration

Several configuration options are available on windows that use mirador-image-tools.

Configurationtypedefaultdescription
imageToolsEnabledbooleanfalseEnable the plugin to be shown
imageToolsOpenbooleanfalseOpen the image tools by default

Example configuration:

const config = {
  id: 'demo',
  windows: [{
    imageToolsEnabled: true,
    manifestId: 'https://purl.stanford.edu/sn904cj3429/iiif/manifest',
  }]
};

Installing mirador-image-tools

mirador-image-tools requires an instance of Mirador 3. See the Mirador wiki for examples of embedding Mirador within an application. See the live demo's index.js for an example of importing the mirador-image-tools plugin and configuring the adapter.

Contribute

Mirador's development, design, and maintenance is driven by community needs and ongoing feedback and discussion. Join us at our regularly scheduled community calls, on IIIF slack #mirador, or the mirador-tech and iiif-discuss mailing lists. To suggest features, report bugs, and clarify usage, please submit a GitHub issue.

Keywords

FAQs

Package last updated on 29 Oct 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc