Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow saving/loading data files built in-browser with local data #279

Open
noahm opened this issue Dec 19, 2023 · 0 comments
Open

Allow saving/loading data files built in-browser with local data #279

noahm opened this issue Dec 19, 2023 · 0 comments
Labels
complexity-m Medium level of complexity enhancement New feature or request

Comments

@noahm
Copy link
Owner

noahm commented Dec 19, 2023

Enabled by #238

Exporting data files out will require converting the local data files which hold references to the song jackets via data blob URLs into a version with base64 encoded image data.

Importing data files will require the drop handler to variably accept single JSON files and validate the format matches our expected data format.

@noahm noahm added enhancement New feature or request complexity-m Medium level of complexity labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity-m Medium level of complexity enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant