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.

15 lines 351 B
declare enum SVGPreserveAspectRatioAlignEnum { unknown = 0, none = 1, xMinYMin = 2, xMidYMin = 3, xMaxYMin = 4, xMinYMid = 5, xMidYMid = 6, xMaxYMid = 7, xMinYMax = 8, xMidYMax = 9, xMaxYMax = 10 } export default SVGPreserveAspectRatioAlignEnum; //# sourceMappingURL=SVGPreserveAspectRatioAlignEnum.d.ts.map