Skip to content

Commit 117db70

Browse files
committed
updated readme
1 parent 164162d commit 117db70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Release 0.7.6
4+
5+
- 21 Bugs in the code, I fixed 3, (hopefully not) 30 Bugs in the code
6+
37
### Release 0.7.1
48
- Fixed #87 get unsacled crop of image
59

@@ -123,7 +127,8 @@ Checkout this [sample plunker](https://embed.plnkr.co/VFwGvAO6MhV06IDTLk5W/)
123127
* **strokeWidth**:*number* - box/ellipsis stroke width
124128
* **strokeColor**:*string* - box/ellipsis stroke color
125129
* **allowedFilesRegex**:*RegExp* - (default: /\.(jpe?g|png|gif)$/i) - Regex for allowed images
126-
* **preserveSize**:*boolean - will not scale the resulting image to the croppedWidth/croppedHeight and will output the exact crop size from original
130+
* **preserveSize**:*boolean* - will not scale the resulting image to the croppedWidth/croppedHeight and will output the exact crop size from original
131+
* **fileType**:*string* (default: 'png') - default image format
127132

128133

129134
## Customizing Image cropper

0 commit comments

Comments
 (0)