npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mirador-annotation-editor

v1.0.20

Published

mirador-annotation-editor plugin in a React component

Downloads

529

Readme

Mirador Annotation Editor - GPL edition

Presentation

Generalities

mirador-annotation-editor(also known as "MAE") is a Mirador 4 plugin that adds annotation creation tools to the user interface.

It is based on the original mirador-annotations plugin with a lot of technical and functional modifications.

Copyrights

Licence

Unlike the original mirador-annotations plugin, this mirador-annotation-editor is distributed under the GPL v3.

Please acknowledge that any modification you make must be distributed under a compatible licence and cannot be closed source.

If you need to integrate this code base in closed source pieces of software, please contact us, so we can discuss dual licencing.

Property

The base of this software (up to V1) is the property of SATT Ouest Valorisation that funded its development under the French public contract AO-MA2023-0004-DV5189.

Authors

The authors of this software are :

  • Clarisse Bardiot (concept and use cases)
  • Jacob Hart (specifications)
  • Tétras Libre SARL (development):
    • David Rouquet
    • Anthony Geourjon
    • Antoine Roy

Contributors (updated february 2024)

  • AZOPSOFT SAS
    • Samuel Jugnet (especially code for the Konvas part)
  • Loïs Poujade (especially the original modifications to annotate videos)

General functionalities

  • Activate a pannel with tools to create annotations on IIIF documents (manifests) containing images and videos with MAEV
  • Spatial and temporal targets for annotations
  • Overlay annotations (geometric forms, free hand drawing, text and images)
  • Textual/semantic annotations and tags
  • Annotation metadata (based on Dublin Core)
  • Annotation with another manifest -> network of IIIF documents

Technical aspects

  • Update to Material UI 5 and React 18 to follow latest Mirador upgrades (React 17 release also available)
  • The paperjs library has been replaced with Konvas
  • Major refactoring since the original [mirador-annotations](https://github.com/ProjectMirador/mirador-annotations/) plugins
  • Works with the original Mirador 4 if you need only image annotation

Use in npm project

You can override existing annotation plugin with your own versions by using npm. We support React 18 and MUI 5.

"mirador-annotations": "npm:mirador-annotation-editor@^1.0.10",

You can find an example of integration in our Mirador-integration repository : https://github.com/SCENE-CE/mirador-integration

Install (local)

This method requires nvm, npm.

git clone [email protected]:SCENE-CE/mirador-annotation-editor.git
cd mirador-annotation-editor
nvm use
npm install

Run a demo with Mirador and the MAE plugin :

npm start

Use MAE with video annotation support

Install with video annotation support

"mirador": "npm:mirador-video@^1.0.2",
"mirador-annotations": "npm:mirador-annotation-editor-video@^0.0.0",

Persisting Annotations

Persisting annotations requires implementing a IIIF annotation server. Several examples of annotation servers are available on iiif-awesome.

mirador-annotation-editor currently supports adapters for annotot and local storage. We welcome contributions of adapters for other annotation servers.

Contribute

Our plugin follow the Mirador guidelines. Development, design, and maintenance is driven by community needs and ongoing feedback and discussion. To suggest features, report bugs, and clarify usage, please submit a GitHub issue.