mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 10:18:13 +08:00
Update readme logo
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
const wasm = import("./pkg");
|
||||
|
||||
wasm
|
||||
.then(wasm => wasm.greet())
|
||||
.catch(console.error);
|
||||
const wasm = import("./pkg");
|
||||
|
||||
wasm.then((binding) => binding.greet()).catch(console.error);
|
||||
|
||||
Reference in New Issue
Block a user