import { install as installBridge, on } from "./bridge.js"; import { applyHTML, runScripts } from "./morph.js"; import { install as installSvgSaver } from "./features/svg-saver.js"; /** * Runtime entry — runs once inside the webview at document load. * * - Install the host→page deliver hook (so eval'd messages route here). * - Subscribe to `content` messages and morph #root accordingly. * - On the final chunk, execute