@remotion/shapes
Advanced tools
Comparing version 4.0.226 to 4.0.227
import type { Instruction } from '@remotion/paths'; | ||
import React from 'react'; | ||
export type AllShapesProps = Omit<React.SVGProps<SVGPathElement>, 'width' | 'height' | 'd'> & { | ||
debug?: boolean; | ||
pathStyle?: React.CSSProperties; | ||
readonly debug?: boolean; | ||
readonly pathStyle?: React.CSSProperties; | ||
}; | ||
export declare const RenderSvg: ({ width, height, path, style, pathStyle, transformOrigin, debug, instructions, ...props }: { | ||
width: number; | ||
height: number; | ||
path: string; | ||
instructions: Instruction[]; | ||
transformOrigin: string; | ||
readonly width: number; | ||
readonly height: number; | ||
readonly path: string; | ||
readonly instructions: Instruction[]; | ||
readonly transformOrigin: string; | ||
} & AllShapesProps) => import("react/jsx-runtime").JSX.Element; |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/shapes", | ||
"version": "4.0.226", | ||
"version": "4.0.227", | ||
"description": "Generate SVG shapes", | ||
@@ -20,3 +20,5 @@ "main": "dist/index.js", | ||
"react-dom": "18.3.1", | ||
"@happy-dom/global-registrator": "14.5.1" | ||
"@happy-dom/global-registrator": "14.5.1", | ||
"eslint": "9.14.0", | ||
"@remotion/eslint-config-internal": "4.0.227" | ||
}, | ||
@@ -36,3 +38,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@remotion/paths": "4.0.226" | ||
"@remotion/paths": "4.0.227" | ||
}, | ||
@@ -42,5 +44,6 @@ "homepage": "https://www.remotion.dev/docs/shapes", | ||
"formatting": "prettier src --check", | ||
"lint": "eslint src --ext ts,tsx", | ||
"test": "bun test src" | ||
"lint": "eslint src", | ||
"test": "bun test src", | ||
"make": "tsc -d" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48012
44
1060
6
+ Added@remotion/paths@4.0.227(transitive)
- Removed@remotion/paths@4.0.226(transitive)
Updated@remotion/paths@4.0.227