UNPKG

@amandaghassaei/flat-svg

Version:

A TypeScript library for converting nested SVGs into a flat list of elements, paths, or segments and applying style-based filters.

3 lines (2 loc) 174 B
export declare function removeWhitespacePadding(string: string): string; export declare function convertToDashArray(value: string | number | number[] | undefined): number[];