Dj
Dj
- [x] Windows support - [ ] macOS support - [ ] Linux support - [ ] Follow Web Serial API
Just need to offload encoding to a separate thread and call with non blocking: true. It'll be useful for applications which handle concurrent requests and render images for them. Also...
It should be possible to compile this library to Wasm and use the C API through Wasm. The wrapping code could be reused, just the loading logic would change between...
We should run WPT tests for CanvasRenderingContext2D against this to test web compatibility and work on improving that.
It's a lot of work but would be a great addition to the module.
Make this library 100% (or whatever the max we can get on server side) compatible with web in terms of functionality, and verify that using conformance test suite.