Skip to content

Commit

Permalink
fix(#554): crop flipping out of bounds (#555)
Browse files Browse the repository at this point in the history
* fix(#554): crop flipping out of bounds

* tweak comment
  • Loading branch information
sekoyo authored Aug 31, 2023
1 parent 17c4418 commit fd78c18
Show file tree
Hide file tree
Showing 9 changed files with 710 additions and 2,692 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ See the [sandbox demo](https://codesandbox.io/s/react-image-crop-demo-with-react
## CDN

```html
<link href="https://unpkg.com/react-image-crop/dist/ReactCrop.css" rel="stylesheet">
<link href="https://unpkg.com/react-image-crop/dist/ReactCrop.css" rel="stylesheet" />
<script src="https://unpkg.com/react-image-crop/dist/index.umd.cjs"></script>
```

Expand Down
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-image-crop",
"version": "10.1.5",
"version": "10.1.6",
"description": "A responsive image cropping tool for React",
"repository": "https://github.com/DominicTobias/react-image-crop",
"type": "module",
Expand Down Expand Up @@ -39,25 +39,22 @@
],
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.48.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"eslint-plugin-react-refresh": "^0.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.63.6",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
"sass": "^1.66.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3"
},
"peerDependencies": {
"react": ">=16.13.1"
},
"dependencies": {
"clsx": "^1.2.1"
}
}
Loading

0 comments on commit fd78c18

Please sign in to comment.