r2-shared-js
Version:
Readium 2 'shared' for NodeJS (TypeScript)
21 lines • 691 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Body = void 0;
const tslib_1 = require("tslib");
const xml_js_mapper_1 = require("r2-utils-js/dist/es8-es2017/src/_utils/xml-js-mapper");
const smil_seq_1 = require("./smil-seq");
let Body = class Body extends smil_seq_1.Seq {
constructor() {
super(...arguments);
this.isBody = true;
}
};
exports.Body = Body;
exports.Body = Body = tslib_1.__decorate([
(0, xml_js_mapper_1.XmlObject)({
epub: "http://www.idpf.org/2007/ops",
smil: "http://www.w3.org/ns/SMIL",
smil2: "http://www.w3.org/2001/SMIL20/",
})
], Body);
//# sourceMappingURL=smil-body.js.map