lyqht / mini-qr

Generate customized qr codes easily 👾
https://mini-qr-code-generator.vercel.app
GNU General Public License v3.0
531 stars 73 forks source link

Save custom preset to local storage #8

Closed lyqht closed 9 months ago

lyqht commented 1 year ago

Right now you can save and load qr config files, but it will be nice when you save it, a preset is also saved for the user so they don't have to load from the qr config file.

We can do a browser cache to save &load the preset first while we don't have user auth yet.