UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

8 lines (7 loc) 255 B
/** * https://github.com/Pomax/svg-path-reverse * * This code is in the public domain, except in jurisdictions that do * not recognise the public domain, where this code is MIT licensed. */ export declare const reversePath: (path: string) => string;