Use canvas as target for raster rendering (#1256)

* Implement ApplicationIo

* Simplify output duplication logic

* Fix let node initialization for ExtractImageFrame

* Async macros

* Use manual node registry impl

* Fix canvas insertion into the dom
This commit is contained in:
Dennis Kobert
2023-05-30 20:12:59 +02:00
committed by GitHub
parent c2310f1f1b
commit dd7f96b3f7
27 changed files with 809 additions and 258 deletions
Generated
+3
View File
@@ -1684,6 +1684,7 @@ dependencies = [
"bytemuck",
"dyn-any",
"glam",
"js-sys",
"kurbo",
"log",
"node-macro",
@@ -1696,6 +1697,8 @@ dependencies = [
"specta",
"spin 0.9.8",
"spirv-std",
"wasm-bindgen",
"web-sys",
]
[[package]]