feat(image-ref): Bild-Referenz Widget mit Session-Storage

Opt-in Widget fuer Bild-Referenzen (max. 3 gleichzeitig).
Canvas API konvertiert zu WebP, sessionStorage fuer Bilddaten.
Positionen und Labels bleiben persistent, Bilder nur pro Session.
This commit is contained in:
2026-03-22 00:47:51 +01:00
parent b55bb7ac34
commit f08d5d7563
7 changed files with 621 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ let settings = {
theme: 'nebula',
showSearch: true,
searchEngine: 'google',
toolbarPos: 'right'
toolbarPos: 'right',
imageRefEnabled: false
};
function uid() {