improving share mechanism
This commit is contained in:
@ -63,6 +63,7 @@ function shareURL() {
|
||||
renderMode: settings.renderMode,
|
||||
valueMode: settings.valueMode,
|
||||
uiOpacity: settings.uiOpacity,
|
||||
hueShift: settings.hueShift,
|
||||
};
|
||||
|
||||
const encoded = btoa(JSON.stringify(shareData));
|
||||
|
||||
Reference in New Issue
Block a user