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.
8 lines • 622 B
JavaScript
var SVGPreserveAspectRatioMeetOrSliceEnum;
(function (SVGPreserveAspectRatioMeetOrSliceEnum) {
SVGPreserveAspectRatioMeetOrSliceEnum[SVGPreserveAspectRatioMeetOrSliceEnum["unknown"] = 0] = "unknown";
SVGPreserveAspectRatioMeetOrSliceEnum[SVGPreserveAspectRatioMeetOrSliceEnum["meet"] = 1] = "meet";
SVGPreserveAspectRatioMeetOrSliceEnum[SVGPreserveAspectRatioMeetOrSliceEnum["slice"] = 2] = "slice";
})(SVGPreserveAspectRatioMeetOrSliceEnum || (SVGPreserveAspectRatioMeetOrSliceEnum = {}));
export default SVGPreserveAspectRatioMeetOrSliceEnum;
//# sourceMappingURL=SVGPreserveAspectRatioMeetOrSliceEnum.js.map