anyline-cordova-example
v3.18.4
Published
Cordova plugin for implementing Anyline
Downloads
24
Readme
_____ _ _
| _ |___ _ _| |_|___ ___
| | | | | | | | -_|
|__|__|_|_|_ |_|_|_|_|___|
|___|
Anyline Cordova Example App
Quick Start - Setup
Copy the plugin to a new folder in your example App folder or elsewhere, just not in the same folder es the examples folder (so when you locally add the plugin, it won't recursively add itself).
Add Plugin
npm:
cordova plugin add io-anyline-cordovalocal:
cordova plugin add path/to/local/pluginAdd platform
Android:
cordova platform add android@latestiOS:
cordova platform add ios@latestRun it
cordova run android --device cordova run ios --device 