2.1.1-3dtest-0.0.1 • Published 9 months ago
manifold-3d-dev v2.1.1-3dtest-0.0.1
manifold
npm install @iiif/manifold --saveStateful utils on top of manifesto. Returns a helper object that can be used to navigate a IIIF manifest.
e.g.
getMetadata: returns all metadata for current image, range, canvas, sequence, manifest)getCurrentRange,getPreviousRange,getNextRange: Used to navigate a flattened range tree (useful for IIIF AV scenarios)getTree: Returns a default tree (sortable bynavDate) of collections, manifests, ranges, or a tree based on a given top range.
Has an ajax implementation of manifesto's IExternalResource (used in the IIIF auth flow).
Getting Started
Documentation
https://iiif-commons.github.io/manifold/
Developer Setup
git clone https://github.com/iiif-commons/manifold.git
npm install
npm run buildTesting the build
The build can be run and tested in the browser console by running
npm startand navigating to examples/index.html.
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.32.1.1-3dtest-0.0.1
9 months ago
2.1.1-3dtest
9 months ago