mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(image-resize): add note about fileName for iOS platform
This commit is contained in:
parent
a3f63a61b9
commit
7c6b117643
@ -31,8 +31,7 @@ export interface ImageResizerOptions {
|
||||
quality?: number;
|
||||
|
||||
/**
|
||||
* A custom name for the file. Default name is a timestamp
|
||||
* (Android and Windows only)
|
||||
* A custom name for the file. Default name is a timestamp. You have to set this value on iOS
|
||||
*/
|
||||
fileName?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user