ProjectMirador / mirador-integration

Examples of integrating Mirador 3 with modern frontend build systems

Repository from Github https://github.comProjectMirador/mirador-integrationRepository from Github https://github.comProjectMirador/mirador-integration

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

Webpack

See ./webpack for a basic webpack setup for Mirador 3 + a plugin.

npm run webpack

Parcel

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

npm run parcel

About

Examples of integrating Mirador 3 with modern frontend build systems


Languages

Language:JavaScript 61.4%Language:HTML 38.6%