https://github.com/nakamura196/iiif-tei
JavaScript library for working with TEI documents in IIIF contexts
https://github.com/nakamura196/iiif-tei
iiif tei
Last synced: 7 months ago
JSON representation
JavaScript library for working with TEI documents in IIIF contexts
- Host: GitHub
- URL: https://github.com/nakamura196/iiif-tei
- Owner: nakamura196
- License: mit
- Created: 2023-01-03T12:54:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T21:19:03.000Z (over 1 year ago)
- Last Synced: 2025-02-15T06:31:26.901Z (9 months ago)
- Topics: iiif, tei
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# iiif-tei-js
This is a JavaScript library for working with TEI documents in IIIF contexts. It is designed to work with the [IIIF Curation API](http://codh.rois.ac.jp/iiif/curation/).
## Installation
```bash
npm install -g ts-node
```
## Usage
```bash
ts-node src/demo.ts
```
## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.