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