beatsaver-viewer
beatsaver-viewer copied to clipboard
⚔️ Web-based viewer for Beat Saver maps, built with A-Frame and JavaScript.
dragging and dropping zip files seems to totally break it. it says downloading and hangs there forever. same thing happens when I use the search function and pick a song...
From @elliottate, requested several times on Discord. I would store them in Firebase as like comments with records being: `{id: songId, comments: []}` And comments would have: `{user, comment, time}`...
BeatSaver provides OGGs. Either find some way to get those as MP3s...or use ogv.js emscripten player and have a completely different codepath for Safari that doesn't use buffers and no...
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.0.1 to 3.2.4. Release notes Sourced from nunjucks's releases. v3.2.4 What's Changed fix: html encode backslashes if used with escape filter or autoescape by @fdintino in mozilla/nunjucks#1437....