0.0.2 • Published 12 months ago

@jcesarmobile/permissionless-photo-picker v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@jcesarmobile/permissionless-photo-picker

Cordova plugin for picking images without requesting permissions

Installation

cordova plugin add @jcesarmobile/permissionless-photo-picker

Usage

window.plugins.PermissionlessPhotoPicker.pickImages(
    function(res){
        console.log(res)
    },
    function(err){
        console.log(err)
    }
);
0.0.2

12 months ago

0.0.1

1 year ago