@remotion/shapes
Advanced tools
Comparing version 4.0.173 to 4.0.174
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; | ||
@@ -7,0 +4,0 @@ cornerRadius: number; |
{ | ||
"name": "@remotion/shapes", | ||
"version": "4.0.173", | ||
"version": "4.0.174", | ||
"description": "Utility functions and components for SVG shapes", | ||
@@ -41,3 +41,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@remotion/paths": "4.0.173" | ||
"@remotion/paths": "4.0.174" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
48288
1058
+ Added@remotion/paths@4.0.174(transitive)
- Removed@remotion/paths@4.0.173(transitive)
Updated@remotion/paths@4.0.174