0.2.1 • Published 1 year ago

cozy-ccc-libs v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cozy-ccc-libs provides libraries necessary to cozy konnectors on client side and also on launcher side.

To get the libs necessary on content script side use :

import libs from 'cozy-ccc-libs/contentscript'

To get the libs necessary in the launcher use :

import launcherLibs from 'cozy-ccc-libs/launcher'

To get the bridge necessary to allow communication between content script and launcher use :

import bridge from 'cozy-ccc-libs/bridge'