UNPKG

rabbit-ear

Version:
10 lines 337 B
export function convertToViewBox(svg: any, x: any, y: any): any[]; export function foldToViewBox({ vertices_coords }: { vertices_coords: any; }): string; export function getViewBox(element: any): any; /** * Rabbit Ear (c) Kraft */ export function setViewBox(element: any, ...args: any[]): any; //# sourceMappingURL=viewBox.d.ts.map