raaga icon indicating copy to clipboard operation
raaga copied to clipboard

🎹 An online app to play and learn music on a keyboard.

Results 7 raaga issues
Sort by recently updated
recently updated
newest added

Right now we build verovio everytime on vercel using https://github.com/ritz078/raaga/blob/master/scripts/build-verovio.sh We should upload the built version on a service like AWS and download it next time from there if the...

Move the folders from root to `src`. The new version of Next.js supports keeping the folders inside `src` folder. This won't be possible for `public` folder which has to stay...

So I played with this app a bit. To support OffScreenCanvas, I tried using an in-memory canvas (not drawn on the main screen) to draw and copy it to main...

WIP

Offscreencanvas isn't supported by all the browsers and some browsers like firefox don't support offscreen canvas for 2d canvas. In that case we can use a hidden canvas to render...

enhancement
hacktoberfest