callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
376 stars 118 forks source link

fix(typings): Wrong type for ImageCropData.resizeMode #17

Closed guhungry closed 5 years ago

guhungry commented 5 years ago

Current typing for ImageCropData.resizeMode is wrong Currently it typed as object instead of string of ("contain" | "cover" | "stretch")

Note

typings is not included in current npm release