GithubHelp home page GithubHelp logo

zeroman / canvascamerademo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from virtuoworks/canvascamera-cordova-demo

1.0 2.0 0.0 12 KB

A sample Apache Cordova application that uses the canvas camera plugin.

License: MIT License

CSS 46.27% HTML 53.73%

canvascamerademo's Introduction

Codacy Badge Dependency Status

Cordova CanvasCamera Plugin Demo

A sample Apache Cordova application that uses the CanvasCamera plugin.

Supported Platforms

  • iOS
  • Android

Dependencies

  • Git
  • NodeJS
  • Apache Cordova
  • Android Studio and SDK and/or Xcode and iOS SDK

Installation

Clone the repository :

git clone https://github.com/VirtuoWorks/CanvasCameraDemo.git
# goto CanvasCameraDemo directory
cd CanvasCameraDemo

Add platforms :

Any operating system

cordova platform add android

MacOS only

cordova platform add ios

The plugin is listed as a project dependency in the npm package.json file and Cordova config.xml file.

When adding any platform, Cordova should install automatically the Canvas Camera plugin into the demo project.

You can check that the plugin has been properly installed by checking the \plugins\ directory inside your project directory.

Prepare the project :

cordova prepare

Start the application :

Any operating system

cordova run android

MacOS only

cordova run ios

If the plugin was not installed :

Try to remove Canvas Camera plugin :

cordova plugin remove com.virtuoworks.cordova-plugin-canvascamera

Try to install Canvas Camera plugin :

cordova plugin add https://github.com/VirtuoWorks/CanvasCameraPlugin.git && cordova prepare

Notice : This will not work after having prepared any platform while using npm >=5. The plugin is already installed as a project dependency (check your \plugins\ directory). The latest npm dependency management system uses a package-lock.json file which will prevent you from installing the plugin again.

License

This software is released under the MIT License.

canvascamerademo's People

Contributors

sami-radi avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar Zeroman Yang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.