mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 20:36:08 +08:00
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:
committed by
Keavon Chambers
parent
57415b948b
commit
259dcdc628
@@ -60,6 +60,7 @@ export async function initWasm(): Promise<void> {
|
||||
// eslint-disable-next-line import/no-cycle
|
||||
await init();
|
||||
wasmImport = await wasmMemory();
|
||||
window["imageCanvases"] = {};
|
||||
|
||||
|
||||
// Provide a random starter seed which must occur after initializing the WASM module, since WASM can't generate its own random numbers
|
||||
|
||||
Reference in New Issue
Block a user