You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a beginner with node. I installed skia-canvas to have a way to explore drawing on a canvas/window outside a browser.
I use Manjaro Linux, installed with npm install skia-canvas
I saved the third example in the Readme.md that described drawing on a window in a file and started it with node.
That worked, so I conclude that skia-canvas is working.
Do I need some kind of asynchronous setup (and an async REPL) to achieve interactivity?
Help on this is welcome, thank you.
The title says it basically.
I'm a beginner with node. I installed skia-canvas to have a way to explore drawing on a canvas/window outside a browser.
I use Manjaro Linux, installed with
npm install skia-canvas
After starting node in a terminal I typed:
after that I can see my typing no longer...., seems the node REPL is gone.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: