From fa9ac55e27d36414b3c7da233726a97e46c1bac3 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 24 Jun 2026 05:07:34 +0000 Subject: [PATCH] Example: add hi to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d6dc27..42aec05 100644 --- a/README.md +++ b/README.md @@ -142,3 +142,5 @@ for (const node of output.meshNodes) { - `computeProgress()`: Get current progress (0.0 to 1.0) - `getOutput()`: Get the capacity mesh nodes result - `visualize()`: Get GraphicsObject for visualization with graphics-debug + +hi