1.0.1 • Published 8 years ago
nat-recorder v1.0.1
nat-recorder
Installation
weexpack plugin add nat-recordernpm install natjs --saveUsage
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.