made tiny updates

This commit is contained in:
SinachPat
2026-05-01 09:54:14 +01:00
parent 84ddd2e248
commit 548cd11719
9 changed files with 2072 additions and 19 deletions
+4
View File
@@ -16,7 +16,11 @@ export type {
RendererEnvelope,
} from './protocol.js';
// React fiber hook — hooks into __REACT_DEVTOOLS_GLOBAL_HOOK__ to intercept
// React commits. Works only in React apps loaded in an Originmain iframe.
export { buildFiberHookScript, buildProxyFiberHookScript } from './fiber-hook.js';
// Universal DOM inspector — fallback for static HTML pages (React not required)
export { buildDomInspectorScript } from './dom-inspector.js';
export {
createRendererHostConfig,