Demo app for my PhoneGap / Cordove Canvas2ImagePlugin
- Node / npm
- Cordova CLI (3.0+):
npm install -g cordova
npm install
- to add the Canvas2Image plugincordova platforms add ios
and / orcordova platform add android
- to add a platform target to the projectnpm run build-js
- to concat any js to a single scriptnpm run emulate-ios
- builds js then builds for iOS and runs on the emulatornpm run emulate-android
- builds js then builds for android and runs on the emulatornpm run run-ios
- builds js then builds for iOS and runs on a devicenpm run run-android
- builds js then builds for android and runs on a device or a virtual machine