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.

4 lines 296 B
// Internal-only types. Not re-exported from index.ts — kept isolated so renames // here aren't breaking changes for consumers. import { SVG_STYLE_COLOR, SVG_STYLE_FILL, SVG_STYLE_STROKE_COLOR, SVG_STYLE_STROKE_DASH_ARRAY, } from './constants-private'; //# sourceMappingURL=types-private.js.map