1.0.0-alpha.1 • Published 6 years ago

nat-device-vibration v1.0.0-alpha.1

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

nat-device-vibration

Installation

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

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'

// vibrate
Nat.vibrate()

</script>

See the Nat Documentation for more details.