improving share mechanism

This commit is contained in:
2025-07-08 13:51:58 +02:00
parent fb2d5c1b4c
commit e0e860f9c9
6 changed files with 110 additions and 3 deletions

View File

@ -63,6 +63,7 @@ function shareURL() {
renderMode: settings.renderMode,
valueMode: settings.valueMode,
uiOpacity: settings.uiOpacity,
hueShift: settings.hueShift,
};
const encoded = btoa(JSON.stringify(shareData));