Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 918 Bytes

README.md

File metadata and controls

47 lines (37 loc) · 918 Bytes

Cordova CanvasCamera Plugin Ionic/Capacitor Demo

A sample Ionic/Capacitor application that uses the CanvasCamera plugin.

Supported Platforms

  • iOS
  • Android

Dependencies

  • Git
  • Angular
  • Cordova
  • Capacitor
  • NodeJS/NPM
  • Android Studio and SDK and/or Xcode and iOS SDK

Installation

Clone the repository :

git clone https://github.com/VirtuoWorks/canvascamera-capacitor-demo.git
# goto canvascamera-capacitor-demo directory
cd canvascamera-capacitor-demo
# install dependencies
npm i
# build the project
npm run build
# install a platform
npm install @capacitor/android
npx cap add android
# and/or
npm install @capacitor/ios
npx cap add ios
# sync projects
npx cap sync
# start android studio and build the application
ionic cap open android
# or/and start xcode and build the application
ionic cap open ios

License

This software is released under the MIT License.