nat-camera

1.0.2 • Public • Published

nat-camera

Installation

weexpack plugin add nat-camera
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'
 
// take a photo
Nat.camera.captureImage((err, ret) => {
    console.log('Path: ', ret.path)
})
 
// record a video
Nat.camera.captureVideo((err, ret) => {
    console.log('Path: ', ret.path)
})
 
</script> 

See the Nat Documentation for more details.

Package Sidebar

Install

npm i nat-camera

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

68.3 MB

Total Files

832

Last publish

Collaborators

  • natjs