Locate wavesurfer.js source and examples
mainThe project is organized as follows:
- Core Library: The TypeScript source files are located in
src/. The main entry point for the library issrc/wavesurfer.ts. - Demos and Documentation: Stand-alone HTML demos that demonstrate specific features can be found in the
examples/directory. - Testing: End-to-end and visual regression tests are located in
cypress/(specificallycypress/e2e), with snapshots stored incypress/snapshots.