@chearon @zbjornson i wanted to start a question/conversation
https://github.com/google/skia/tree/master/modules/canvaskit
This thing here is an emscripten port of skia and works as a JS + WASM replacement of canvas ( also in node )
Could the C source code, before being emscripten converted, be easily converted in a NAPI module and be as much performant as possible? would be this a even more greater node-canvas library?
@chearon @zbjornson i wanted to start a question/conversation
https://github.com/google/skia/tree/master/modules/canvaskit
This thing here is an emscripten port of skia and works as a JS + WASM replacement of canvas ( also in node )
Could the C source code, before being emscripten converted, be easily converted in a NAPI module and be as much performant as possible? would be this a even more greater node-canvas library?