Musical Steggy is a web app that performs music steganography, hiding text in music. The entered text is transformed into musical notes that accompany the lullaby "Twinkle Twinkle Little Star". Here is an example of what "hello" could sound like.
- Make sure you have npm
npm install npm@latest -g
- Use
npm i
to install all dependencies - Host at http://localhost:3000/ using
npm run dev