nat-device-volume

1.0.0-alpha • Public • Published

nat-device-volume

Installation

weexpack plugin add nat-device-volume
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'
 
// get
Nat.volume.get((err, ret) => {
    console.log(ret)
})
 
// set
Nat.video.set(0.5)
 
</script> 

See the Nat Documentation for more details.

Package Sidebar

Install

npm i nat-device-volume

Weekly Downloads

1

Version

1.0.0-alpha

License

MIT

Unpacked Size

68.3 MB

Total Files

838

Last publish

Collaborators

  • natjs