@remotion/shapes
Advanced tools
Comparing version 4.0.213 to 4.0.214
@@ -13,5 +13,2 @@ import type { Instruction } from '@remotion/paths'; | ||
transformOrigin: string; | ||
} & Omit<React.SVGProps<SVGPathElement>, "width" | "height" | "d"> & { | ||
debug?: boolean | undefined; | ||
pathStyle?: React.CSSProperties | undefined; | ||
}) => import("react/jsx-runtime").JSX.Element; | ||
} & AllShapesProps) => import("react/jsx-runtime").JSX.Element; |
import type { Instruction } from '@remotion/paths'; | ||
export declare const joinPoints: (points: [ | ||
number, | ||
number | ||
][], { edgeRoundness, cornerRadius, roundCornerStrategy, }: { | ||
export declare const joinPoints: (points: [number, number][], { edgeRoundness, cornerRadius, roundCornerStrategy, }: { | ||
edgeRoundness: number | null; | ||
cornerRadius: number; | ||
roundCornerStrategy: 'arc' | 'bezier'; | ||
roundCornerStrategy: "arc" | "bezier"; | ||
}) => Instruction[]; |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/shapes", | ||
"version": "4.0.213", | ||
"version": "4.0.214", | ||
"description": "Generate SVG shapes", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@remotion/paths": "4.0.213" | ||
"@remotion/paths": "4.0.214" | ||
}, | ||
@@ -38,0 +38,0 @@ "homepage": "https://www.remotion.dev/docs/shapes", |
47712
1055
+ Added@remotion/paths@4.0.214(transitive)
- Removed@remotion/paths@4.0.213(transitive)
Updated@remotion/paths@4.0.214