feat: move visualdebug to utils and introduce volume bindable visualization (#10617)

* feat: Move visualdebug to utils and introduce volume bindable volume visualization

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>

* fix: Move visualdebug to elements

Due to dep circles

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>

---------

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Márk Tolmács
2026-01-12 15:24:50 +01:00
committed by GitHub
parent da59205846
commit 3b97f5a10c
4 changed files with 147 additions and 6 deletions
-1
View File
@@ -11,5 +11,4 @@ export * from "./random";
export * from "./url";
export * from "./utils";
export * from "./emitter";
export * from "./visualdebug";
export * from "./editorInterface";