Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@capacitor/cli
Capacitor: Cross-platform apps with JavaScript and the web
@ionic/core
Base components for Ionic
@capacitor/app
The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.
@capacitor/browser
The Browser API provides the ability to open an in-app browser and subscribe to browser events.
@capacitor/filesystem
The Filesystem API provides a NodeJS-like API for working with files on the device.
@capacitor/status-bar
The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.
@capacitor/keyboard
The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.
@capacitor/haptics
The Haptics API provides physical feedback to the user through touch or vibration.
@capacitor/device
The Device API exposes internal information about the device, such as the model and operating system version, along with user information such as unique ids.
@ionic/angular
Angular specific wrappers for @ionic/core
@capacitor/splash-screen
The Splash Screen API provides methods for showing or hiding a Splash image.
@capacitor/push-notifications
The Push Notifications API provides access to native push notifications.
@capacitor/preferences
The Preferences API provides a simple key/value persistent store for lightweight data.
@capacitor/camera
The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.
@capacitor/assets
Generate icon and splash screen images for Capacitor apps
@capacitor/network
The Network API provides network and connectivity information.
@capacitor/share
The Share API provides methods for sharing content in any sharing-enabled apps the user may have installed.
@capacitor/geolocation
The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.
@ionic/storage
Ionic Storage Helper
@capacitor/clipboard
The Clipboard API enables copy and pasting to/from the system clipboard.