@iiif/3d-manifesto-dev
Version:
IIIF Presentation API utility library for client and server with 3D extension
10 lines • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ManifestType = void 0;
var ManifestType;
(function (ManifestType) {
ManifestType["EMPTY"] = "";
ManifestType["MANUSCRIPT"] = "manuscript";
ManifestType["MONOGRAPH"] = "monograph";
})(ManifestType || (exports.ManifestType = ManifestType = {}));
//# sourceMappingURL=ManifestType.js.map