UNPKG

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.

14 lines 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SVGTransformTypeEnum; (function (SVGTransformTypeEnum) { SVGTransformTypeEnum[SVGTransformTypeEnum["unknown"] = 0] = "unknown"; SVGTransformTypeEnum[SVGTransformTypeEnum["matrix"] = 1] = "matrix"; SVGTransformTypeEnum[SVGTransformTypeEnum["translate"] = 2] = "translate"; SVGTransformTypeEnum[SVGTransformTypeEnum["scale"] = 3] = "scale"; SVGTransformTypeEnum[SVGTransformTypeEnum["rotate"] = 4] = "rotate"; SVGTransformTypeEnum[SVGTransformTypeEnum["skewX"] = 5] = "skewX"; SVGTransformTypeEnum[SVGTransformTypeEnum["skewY"] = 6] = "skewY"; })(SVGTransformTypeEnum || (SVGTransformTypeEnum = {})); exports.default = SVGTransformTypeEnum; //# sourceMappingURL=SVGTransformTypeEnum.cjs.map