manifesto.js
v4.3.0
Published
IIIF Presentation API utility library for client and server
Readme
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 testPublishing Package
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