Basic Usage

A basic TIFY instance requires just a container element and a IIIF manifest to load. Additionally, the URL parameter store has been enabled, reflecting any user interaction in the URL, so every state can be bookmarked and shared.

const tify = new Tify({
  container: '#tify',
  manifestUrl: 'https://manifests.sub.uni-goettingen.de/iiif/presentation/PPN857449303/manifest',
  pageLabelFormat: 'P',
  urlQueryKey: 'tify',
})

Documentation