cozy-clisk
v0.38.1
Published
All the libs needed to run a cozy client connector
Downloads
263
Readme
cozy-clisk
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-clisk/contentscript'
To get the libs necessary in the launcher use :
import launcherLibs from 'cozy-clisk/launcher'
To get the bridge necessary to allow communication between content script and launcher use :
import bridge from 'cozy-clisk/bridge'