How to use the @ionic-native/image-picker.ImagePicker function in @ionic-native/image-picker

To help you get started, we’ve selected a few @ionic-native/image-picker examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github growu / drip-ionic3 / src / providers / AppProvider.ts View on Github external
export function ImagePickerFactory() {
    return (window.hasOwnProperty('cordova')) ? new ImagePicker() : new ImagePickerMock();
};

@ionic-native/image-picker

Ionic Native - Native plugins for ionic apps

MIT
Latest version published 3 years ago

Package Health Score

75 / 100
Full package analysis

Popular @ionic-native/image-picker functions

Similar packages