diff --git a/.gitignore b/.gitignore index 3c3629e..5e4f16c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +static/mp3/* diff --git a/README.md b/README.md new file mode 100644 index 0000000..5380192 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +trying to implement https://github.com/staskobzar/vue-audio-visual + +component src/components/Waveform renders +correctly if the episode variable is passed as a string, but does not +update onChange even though loadEpisode changes this.episode + +wtf!