1.0.1 • Published 6 years ago

nat-recorder v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

nat-recorder

Installation

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

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'

Nat.recorder.start()

Nat.recorder.pause()

Nat.recorder.stop((err, ret) => {
    console.log(ret)
})

</script>

See the Nat Documentation for more details.