Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 292 Bytes

Installation:

npm i @iiif/helpers

Usage:

import { Vault } from '@iiif/helpers/vault';

const vault = new Vault();

const manifest = await vault.load('https://example.org/manifest')