@capacitor/core
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@capacitor/core", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Cordova: cross-platform mobile apps with the web", | ||
@@ -5,0 +5,0 @@ "homepage": "http://getcapacitor.com/", |
@@ -1,41 +0,3 @@ | ||
# Capacitor Core | ||
# Capacitor Core JS | ||
The Capacitor Core package contains ES modules which can be imported by webapps. By default the core package already includes many ready to use plugins. | ||
``` | ||
npm install @capacitor/core | ||
``` | ||
``` | ||
import { Modals } from '@capacitor/core'; | ||
const modals = new Modals(); | ||
modals.alert('Hello World!'); | ||
``` | ||
## Core Plugins | ||
* Browser | ||
* Camera | ||
* Clipboard | ||
* Filesystem | ||
* Geolocation | ||
* Haptics | ||
* LocalNotifications | ||
* Modals | ||
* Motion | ||
* Network | ||
* SplashScreen | ||
* StatusBar | ||
## Related Projects | ||
* [Capacitor Core](https://www.npmjs.com/package/@capacitor /core) - Core Javascript Runtime | ||
* [Ionic](https://www.npmjs.com/package/@ionic/core) - UI Library | ||
* [StencilJS](https://www.npmjs.com/package/@stencil/core) - Web Component Generator | ||
### License | ||
* [MIT](https://github.com/ionic-team/capacitor/blob/master/LICENSE) | ||
See [Capacitor Docs](https://ionic-team.github.com/capacitor) for more information. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66044
4