hunter-isaiah96 / vue-wave-sufver

Vue Wrapper for wavesurfer.js
29 stars 11 forks source link

Nuxt plugins #5

Open hvitis opened 4 years ago

hvitis commented 4 years ago

Any idea how to import plugins (e.g. Cursor) for Nuxt?

import Cursor from 'wavesurfer.js/dist/plugin/wavesurfer.cursor';

Gives me errors cause of SSR.

THank you