UNPKG
@jeepq/capacitor
Version:
latest (0.0.4-1)
0.0.4-1
0.0.3
0.0.3-3
0.0.3-2
0.0.3-1
0.0.2
0.0.2-1
0.0.1
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Capacitor Plugins Library
github.com/jepiqueau/jeep
jepiqueau/jeep
@jeepq/capacitor
/
dist
/
esm
/
web-plugins.js
6 lines
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
Plugins
, mergeWebPlugins
/*¨, mergeWebPlugin, WebPlugin */
}
from
'@capacitor/core'
;
export
*
from
'./web/capacitordatastoragesqlite'
;
export
*
from
'./web/capacitorvideoplayer'
;
export
*
from
'./web/capacitorsqlite'
;
mergeWebPlugins
(
Plugins
);
//# sourceMappingURL=web-plugins.js.map