Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 460 Bytes

mp3-trim-tool

This is a simple webapp written with Vue.js 3 that allows users to open audio files, trim and apply fade in/out effects to it. It is also possible to encode the modified audio file in an .mp3 file to download it.

You can access this tool here: https://bosorioo.github.io/mp3-trim-tool/

Running the project locally for development

npm install
npm run dev

Generating static files to serve as webapp

npm run build