@creately/google-picker

1.0.1 • Public • Published

Google picker

https://developers.google.com/picker/docs/index

import * as GP from '@creately/google-picker';

    const googlePicker = GP({
        clientId: '',
        developerKey: '',
        appId: '',
        onpick: data => {
            console.log( 'selected files data', data );
        },
    });

    googlePicker.then( picker => {
        // Show picker
        picker();
    });

Readme

Keywords

Package Sidebar

Install

npm i @creately/google-picker

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.99 kB

Total Files

3

Last publish

Collaborators

  • mehdhi
  • thisunravisara
  • chandika
  • shashik_thiwanka
  • sasindu
  • sajeeva
  • linatrefai
  • damithcgx