All Projects → IIIF-Commons → manifesto

IIIF-Commons / manifesto

Licence: MIT license
IIIF Presentation API client and server utility library.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to manifesto

iiif-apis
Java Domain Models for all IIIF APIs
Stars: ✭ 24 (-45.45%)
Mutual labels:  iiif, iiif-presentation
rais-image-server
RAIS: A IIIF-compliant, 100% open source image server for blazing-fast deep zooming
Stars: ✭ 72 (+63.64%)
Mutual labels:  iiif
madoc-platform
A platform for the display, enrichment, and curation of IIIF-based digital objects
Stars: ✭ 28 (-36.36%)
Mutual labels:  iiif
jekyll-iiif
Jekyll plugin to embed static IIIF images in jekyll pages
Stars: ✭ 24 (-45.45%)
Mutual labels:  iiif
kitodo-presentation
Kitodo.Presentation is a feature-rich framework for building a METS- or IIIF-based digital library. It is part of the Kitodo Digital Library Suite.
Stars: ✭ 33 (-25%)
Mutual labels:  iiif
mirador-textoverlay
Text Overlay plugin for Mirador 3
Stars: ✭ 35 (-20.45%)
Mutual labels:  iiif
examples
http://universalviewer.io/examples
Stars: ✭ 14 (-68.18%)
Mutual labels:  iiif
libcrowds-viewer
A Vue component for crowdsourcing Web Annotations.
Stars: ✭ 22 (-50%)
Mutual labels:  iiif
hyperion
Experimental framework for working with IIIF in JavaScript and Typescript.
Stars: ✭ 17 (-61.36%)
Mutual labels:  iiif
digilib
A versatile image viewing environment for the internet.
Stars: ✭ 17 (-61.36%)
Mutual labels:  iiif

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].