Skip to content

IIIF Presentation API client and server utility library.

License

Notifications You must be signed in to change notification settings

jamesmisson/manifesto

 
 

Repository files navigation

manifesto

Build Status

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

git checkout master
npm version patch
git add .
git commit -m "Release v1.2.3"
git tag v1.2.3
git push origin master v1.2.3

About

IIIF Presentation API client and server utility library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • JavaScript 39.6%
  • HTML 0.8%