manojdcoder / nativescript-canvas-interface-demo

A demo app showing cross platform image manipulation using nativescript-canvas-interface plugin
0 stars 0 forks source link

Demo App For Nativescript-Canvas-Interface Plugin

Demo application for nativescript-canvas-interface plugin. Detailed blog post [comming sooon].

Installation

This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:

$ git clone https://github.com/shripalsoni04/nativescript-canvas-interface-demo
$ cd nativescript-canvas-interface-demo

Next, install the app's iOS and Android runtimes, as well as the app's npm dependencies:

$ tns install

From there you can use the run command to run the demo app on iOS:

$ tns run ios

.. or on Android

$ tns run android