@avocadojs/core
v0.0.1
Published
Avocado: The universal App container
Readme
AvocadoJS Core
The AvocadoJS 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 @avocado/coreimport { Modals } from '@avocadojs/core';
const modals = new Modals();
modals.alert('Hello World!');Core Plugins
- Browser
- Camera
- Clipboard
- Filesystem
- Geolocation
- Haptics
- LocalNotifications
- Modals
- Motion
- Network
- SplashScreen
- StatusBar
