Files

624 B

Integration guides

For browser/platform engineers turning an editor bootstrap into a production integration. Start with the browser host, then wire interactions and rendering and lifecycle. These establish canvas ownership, input forwarding, render checkpoints, and teardown.

Before release, review browser support, CSP, and accessibility, in that order. The outcome is a host with explicit capability fallbacks, deployable worker policy, accessible DOM-owned controls, and no leaked listeners or workers.