Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T21:19:03.000Z (8 months ago)
- Last Synced: 2024-11-05T16:39:41.310Z (about 2 months ago)
- Topics: iiif, tei
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- 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.