@avocadojs/core
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @avocadojs/core

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • ionicjs