@europeana/iiif-manifold
TypeScript icon, indicating that this package has built-in type declarations

2.0.4-pre-4 • Public • Published

manifold

Build Status

npm install @iiif/manifold --save

Stateful 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 by navDate) 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 build

Publishing Package

  1. Bump the version locally using npm version on a branch other than master. Example: npm version patch -m 'bump to v3.0.42'
  2. Push the bump version branch to GitHub and create a pull request to master.
  3. After the pull request is merged, checkout master and pull the latest changes. git checkout master && git pull
  4. Run npm publish
  5. Push the git tags created git push --tags

Readme

Keywords

none

Package Sidebar

Install

npm i @europeana/iiif-manifold

Weekly Downloads

0

Version

2.0.4-pre-4

License

MIT

Unpacked Size

1.73 MB

Total Files

182

Last publish

Collaborators

  • leoniepeters
  • europeana-development
  • lbiedinger
  • rwdit