You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 week ago | |
|---|---|---|
| .. | ||
| dist-commonjs | 1 week ago | |
| dist-esmodule | 1 week ago | |
| dist-umd | 1 week ago | |
| dist-var | 1 week ago | |
| docs | 1 week ago | |
| pkg-tests | 1 week ago | |
| test | 1 week ago | |
| types | 1 week ago | |
| LICENSE.txt | 1 week ago | |
| README.md | 1 week ago | |
| eslint.config.cjs | 1 week ago | |
| package.json | 1 week ago | |
| tsconfig.docs.json | 1 week ago | |
README.md
manifesto
IIIF Presentation API client and server utility library.
npm install manifesto.js --save
[!NOTE] 3D extensions to the manifesto.js library are under development in a fork IIIF-Commons/manifesto-3d. This development is being performed in parallel with development of 3D extensions to the IIIF APIs documented in IIIF/3d.
Getting Started
Documentation
https://iiif-commons.github.io/manifesto/
Developer Setup
git clone https://github.com/iiif-commons/manifesto.git
npm install
npm build
npm test
Publishing Package
First make sure the main branch represents the state you want to publish (e.g. merge the dev branch into it when ready).
Then run these commands:
git checkout main
npm version patch
npm run docs
git add .
git commit -m "Release v1.2.3"
git tag v1.2.3
git push origin main v1.2.3
When complete, don't forget to merge the main branch back into the dev branch to prepare the next development cycle.