instantsoffee / mirador-integration

Examples of integrating Mirador 3 with modern frontend build systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating Mirador

This repository is designed to show integrating Mirador 3 with modern frontend build systems.

Dependencies

You will likely need to have at least the following dependencies available in your package.json.

  • mirador
  • react
  • react-dom
  • mirador-image-tools - A plugin just to test plugin integration

Parcel

See ./parcel, but essentially it is just an html file referencing the JavaScript.

npm install
npx parcel parcel/index.html

About

Examples of integrating Mirador 3 with modern frontend build systems


Languages

Language:JavaScript 84.6%Language:HTML 15.4%