precondition / precondition.github.io

Personal Weblog with tools and guides for QMK keyboards. Home of the home row mods guide
https://precondition.github.io
MIT License
45 stars 8 forks source link

[qmk heatmap] Use browser's local storage to store user settings #10

Open karate opened 3 years ago

karate commented 3 years ago

The browser's local storage can store up to 10MB of data.

You could serialize and base64-encode the user data (keyboard image, and csv data), so that they persist between visits.