codekraft-studio / vue-record

VueJs components for MediaRecorder API
https://codekraft-studio.github.io/vue-record/
MIT License
94 stars 57 forks source link

Local Component #14

Closed TCURT15 closed 4 years ago

TCURT15 commented 4 years ago

Any way to import this as a local component rather than globally?

b4dnewz commented 4 years ago

yes there is, you have to import only the desired components:

import { VueRecordAudio, VueRecordVideo } from "@codekraft-studio/vue-record"