From 17f9493bd5ed0a21d4a0f4e3e9e68d46cb61a72f Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Tue, 25 Nov 2025 21:53:49 +0000 Subject: [PATCH 1/2] fix(demo): add missing init() call before creating Terminal The module-level init() was added in PR #60 but demo/bin/demo.js was not updated to call it, causing: 'ghostty-web not initialized. Call init() before creating Terminal instances.' --- demo/bin/demo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/bin/demo.js b/demo/bin/demo.js index 69c754e..d2976cc 100644 --- a/demo/bin/demo.js +++ b/demo/bin/demo.js @@ -193,8 +193,9 @@ const HTML_TEMPLATE = `