@remotion/shapes
Advanced tools
Comparing version 4.0.177 to 4.0.178
{ | ||
"repository": { | ||
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/shapes" | ||
}, | ||
"name": "@remotion/shapes", | ||
"version": "4.0.177", | ||
"description": "Utility functions and components for SVG shapes", | ||
"version": "4.0.178", | ||
"description": "Generate SVG shapes", | ||
"main": "dist/index.js", | ||
@@ -9,5 +12,2 @@ "sideEffects": false, | ||
"license": "MIT", | ||
"repository": { | ||
"url": "https://github.com/remotion-dev/remotion" | ||
}, | ||
"bugs": { | ||
@@ -17,13 +17,6 @@ "url": "https://github.com/remotion-dev/remotion/issues" | ||
"devDependencies": { | ||
"@types/react-dom": "18.3.0", | ||
"@jonny/eslint-config": "3.0.281", | ||
"@testing-library/react": "^13.4.0", | ||
"@types/node": "18.14.6", | ||
"@types/react": "18.3.1", | ||
"eslint": "8.56.0", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-organize-imports": "3.2.4", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"vitest": "0.31.1" | ||
"@happy-dom/global-registrator": "14.5.1" | ||
}, | ||
@@ -43,9 +36,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@remotion/paths": "4.0.177" | ||
"@remotion/paths": "4.0.178" | ||
}, | ||
"homepage": "https://www.remotion.dev/docs/shapes", | ||
"scripts": { | ||
"formatting": "prettier src --check", | ||
"lint": "eslint src --ext ts,tsx", | ||
"test": "vitest --run" | ||
"test": "bun test src" | ||
} | ||
} |
@@ -1,24 +0,18 @@ | ||
## @remotion/shapes | ||
A package providing utility functions for creating shapes with SVG. | ||
Documentation: https://remotion.dev/shapes | ||
No dependencies are needed, meaning this package can be used independently of Remotion. | ||
## API | ||
- [`makeRect()`](https://remotion.dev/docs/shapes/make-rect) | ||
- [`makeCircle()`](https://remotion.dev/docs/shapes/make-circle) | ||
- [`makeTriangle()`](https://remotion.dev/docs/shapes/make-triangle) | ||
- [`makeEllipse()`](https://remotion.dev/docs/shapes/make-ellipse) | ||
- [`makePolygon()`](https://remotion.dev/docs/shapes/make-polygon) | ||
- [`<Circle />`](https://remotion.dev/docs/shapes/circle) | ||
- [`<Rect />`](https://remotion.dev/shapes/shapes/rect) | ||
- [`<Triangle />`](https://remotion.dev/shapes/shapes/triangle) | ||
- [`<Ellipse />`](https://remotion.dev/shapes/shapes/ellipse) | ||
- [`<Polygon />`](https://remotion.dev/shapes/shapes/polygon) | ||
## License | ||
MIT | ||
# @remotion/shapes | ||
Generate SVG shapes | ||
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/shapes.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/shapes?minimal=true) | ||
## Installation | ||
```bash | ||
npm install @remotion/shapes --save-exact | ||
``` | ||
When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version. | ||
Remove the `^` character from the version number to use the exact version. | ||
## Usage | ||
See the [documentation](https://www.remotion.dev/docs/shapes) for more information. |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4
0
47858
19
+ Added@remotion/paths@4.0.178(transitive)
- Removed@remotion/paths@4.0.177(transitive)
Updated@remotion/paths@4.0.178