0.0.5 • Published 7 months ago

google-drive-class-picker v0.0.5

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

Google Drive Class Picker

this is a simple google drive picker built with a class based approach. so you can use it in any javascript framework.

Usage

import type { GoogleConfig } from 'google-drive-class-picker'
import { GooglePickerLoader } from 'google-drive-class-picker'

function useGooglePicker(config?: GoogleConfig) {
  const picker = new GooglePickerLoader(clientId, developerKey, appId, config)

  return picker
}
0.0.5

7 months ago

0.0.4

7 months ago