packages/docs/docs/paths/index.mdx
import {TableOfContents} from './table-of-contents';
A package providing utility functions for dealing with SVG paths. This package includes code from svg-path-properties, svg-path-reverse, svgpath, svg-path-bbox, translate-svg-path and d3-interpolate-path with the following improvements:
This package has no dependencies, meaning this package can be used without Remotion.
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
<Tabs defaultValue="npm" values={[ { label: 'npm', value: 'npm', }, { label: 'pnpm', value: 'pnpm', }, { label: 'yarn', value: 'yarn', }, ] }> <TabItem value="npm">
npm i @remotion/paths
pnpm i @remotion/paths
yarn add @remotion/paths
MIT