IIIF-Commons / manifesto

IIIF Presentation API client and server utility library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manifesto

Build Status

IIIF Presentation API client and server utility library.

npm install manifesto.js --save

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.

License:MIT License


Languages

Language:TypeScript 59.6%Language:JavaScript 39.7%Language:HTML 0.8%