You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement Share button with native Web Share and clip fallback
Adds an eject button emoji (⏏️) Share button next to the Screenshot button in the control panel. Integrates the native navigator.share API in src/Renderer.js to share both the canvas screenshot image as a File and the current deep-zoom URL, alongside the text '\''Look what I found in the Mandelbrot fractal with #fractious'\''. Implements an elegant fallback for desktop and other non-supporting browsers by alerting the user, copying the location URL directly to the clipboard, and triggering a screenshot download automatically.
0 commit comments