mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-13 19:29:37 +08:00
![]() As documented in the image picker plugin, it also supports a data url, just like the camera does. However, this option is not documented in Ionic Native currently. I've added this documentation, and have also added an enum with a naming pattern that matches the DestinationType in Camera. Docs from the image picker plugin: ``` ... // output type, defaults to FILE_URIs. // available options are // window.imagePicker.OutputType.FILE_URI (0) or // window.imagePicker.OutputType.BASE64_STRING (1) outputType: int }; ``` |
||
---|---|---|
.. | ||
index.ts |