UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

9 lines (7 loc) 170 B
// @todo Error: Cannot find module 'manifesto.js' const Manifesto = require('manifesto.js'); (async () => { console.log(Manifesto); })().catch((e) => { throw e; });