0.0.1 • Published 6 years ago

@avocadojs/core v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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/core
import { 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