rabbit-ear
Version:
origami design library
10 lines • 337 B
TypeScript
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