universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
11 lines • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentType = void 0;
var ContentType;
(function (ContentType) {
ContentType["IIIFLEGACY"] = "manifest";
ContentType["IIIF"] = "iiifManifestId";
ContentType["YOUTUBE"] = "youTubeVideoId";
ContentType["UNKNOWN"] = "unknown";
})(ContentType || (exports.ContentType = ContentType = {}));
//# sourceMappingURL=ContentType.js.map