happy-dom
Version:
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
10 lines • 703 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var SVGPreserveAspectRatioMeetOrSliceEnum;
(function (SVGPreserveAspectRatioMeetOrSliceEnum) {
SVGPreserveAspectRatioMeetOrSliceEnum[SVGPreserveAspectRatioMeetOrSliceEnum["unknown"] = 0] = "unknown";
SVGPreserveAspectRatioMeetOrSliceEnum[SVGPreserveAspectRatioMeetOrSliceEnum["meet"] = 1] = "meet";
SVGPreserveAspectRatioMeetOrSliceEnum[SVGPreserveAspectRatioMeetOrSliceEnum["slice"] = 2] = "slice";
})(SVGPreserveAspectRatioMeetOrSliceEnum || (SVGPreserveAspectRatioMeetOrSliceEnum = {}));
exports.default = SVGPreserveAspectRatioMeetOrSliceEnum;
//# sourceMappingURL=SVGPreserveAspectRatioMeetOrSliceEnum.cjs.map
;