2.1.0 • Published 2 years ago

vue-record-whatsapp v2.1.0

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

vue-record-whatsapp

Vue recorder whatsapp for Vue.js. It allows to create, send on a server.

Live demo

npm.io

Features

  • Beautiful clean UI
  • Time limit
  • MP3/WAV support

Tested in (desktop)

  • Chrome
  • Firefox
  • Safari

Installation

npm i vue-record-whatsapp --save

vueRecordWhatsapp props

PropTypeDescription
timeNumberTime limit for the record (minutes)
pause-recordingMethodCallback fires after pause recording
before-recordingMethodCallback fires before recording
after-recordingMethodCallback fires after recording
send-recordMethodCallback fires after recording

Usage

    import vueRecordWhatsapp from 'vue-record-whatsapp'

    Vue.use(vueRecordWhatsapp)
    methods: {
      callback (data) {
        console.log(data)
      }
    }
    <vue-record-whatsapp v-if="showRecorder"
      :time="2"
      :pause-recording="pauseRecording"
      :before-recording="beforeRecording"
      :after-recording="afterRecording"
      :send-record="sendRecord"/>

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

TODO

  • Responsive design
2.1.0

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago