use wavesurefer and some styling

This commit is contained in:
michalcourson
2026-02-06 19:46:33 -05:00
parent 17bace5eaf
commit c292350b25
10 changed files with 883 additions and 261 deletions

View File

@ -0,0 +1,6 @@
const tailwindcss = require('@tailwindcss/postcss');
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [tailwindcss, autoprefixer],
};