Skip to content

Commit 9e400c3

Browse files
committed
docs: fix getPerspectiveWarp options
1 parent f760d2e commit 9e400c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Features/Geometry/Get Perspective Warp Matrix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const projectedImage = image.transform(matrix.matrix, {
4545

4646
#### Options
4747

48-
| Property | Required | Default value |
49-
| -------------------------------------------------------------------------------------------------- | -------- | ------------- |
50-
| [`width`](https://image-js.github.io/image-js-typescript/interfaces/ResizeOptions.html#borderType) | no | - |
51-
| [`height`](https://image-js.github.io/image-js-typescript/interfaces/ResizeOptions.html#height) | no | - |
48+
| Property | Required | Default value |
49+
| ----------------------------------------------------------------------------------------------------------- | -------- | ------------- |
50+
| [`width`](https://image-js.github.io/image-js-typescript/interfaces/GetPerspectiveWarpOptions.html#width) | no | - |
51+
| [`height`](https://image-js.github.io/image-js-typescript/interfaces/GetPerspectiveWarpOptions.html#height) | no | - |

0 commit comments

Comments
 (0)