Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakamura196/mirador-integration-textoverlay
縦書きに対応したText Overlay pluginを導入済みのMirador
https://github.com/nakamura196/mirador-integration-textoverlay
mirador mirador-3 mirador-plugins
Last synced: 15 days ago
JSON representation
縦書きに対応したText Overlay pluginを導入済みのMirador
- Host: GitHub
- URL: https://github.com/nakamura196/mirador-integration-textoverlay
- Owner: nakamura196
- Created: 2023-07-31T21:01:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T01:49:50.000Z (5 months ago)
- Last Synced: 2024-11-05T16:38:10.327Z (2 months ago)
- Topics: mirador, mirador-3, mirador-plugins
- Language: JavaScript
- Homepage: https://nakamura196.github.io/mirador-integration-textoverlay/
- Size: 741 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Integrating Mirador
[![Node.js CI](https://github.com/nakamura196/mirador-integration-textoverlay/actions/workflows/node.js.yml/badge.svg)](https://github.com/nakamura196/mirador-integration-textoverlay/actions/workflows/node.js.yml)
This repository is designed to show integrating Mirador 3 with modern frontend build systems.
This is based on the following repository.
https://github.com/ProjectMirador/mirador-integration
### Dependencies
You will likely need to have at least the following dependencies available in your `package.json`.
- `mirador`
- `react`
- `react-dom`
- `mirador-textoverlay` - A plugin just to test plugin integration### Webpack
See `webpack.config.js` for a basic webpack setup for Mirador 3 + a plugin.
```sh
npm run webpack
```