1.0.0-alpha • Published 6 years ago

nat-media-video v1.0.0-alpha

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

nat-media-video

Installation

weexpack plugin add nat-media-video
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'

// play
Nat.video.play('http://domain.com/video')

// pause
Nat.video.pause()

// stop
Nat.video.stop()

</script>

See the Nat Documentation for more details.