1.0.0 • Published 5 years ago

cordova-plugin-camera-ruler v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

cordova-plugin-camera-ruler

Simple ruler using camera

Installation

Latest stable version from npm:

$ cordova plugin install cordova-plugin-camera-ruler

Bleeding edge version from Github:

$ cordova plugin add 

Usage

window.CordovaCameraRuler.takePhoto(function (res) {
    console.log(res.unit);
    console.log(res.length);
});

License

Cordova Plugin Camera Ruler is licensed under the Apache License (ASL) license. For more information, see the LICENSE file in this repository.