UNPKG

svgo

Version:

SVGO is a Node.js library and command-line application for optimizing vector images.

13 lines (12 loc) 317 B
/** * Apply transformation(s) to the Path data. * * @type {import('../lib/types.js').Plugin<{ * transformPrecision: number, * applyTransformsStroked: boolean, * }>} */ export const applyTransforms: import("../lib/types.js").Plugin<{ transformPrecision: number; applyTransformsStroked: boolean; }>;