-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Canvas to NAPI #76
Comments
Depends on #50 Typed Arrays |
I've already partially ported the canvas package to NAPI as part of #41; see related information there. The remaining work items are:
|
I updated the Canvas port to use the new NAPI C++ wrapper classes. It still needs typed-array support. |
Canvas performance testing is tracked as a separate task (#77), so this one can be closed. The code is at https://github.com/jasongin/node-canvas/tree/napi2 |
While trying to benchmark canvas, I found a bug that is related to some Unfortunately as I investigated further into this area of persistent references and weak references, I realized that current NAPI APIs related to those concepts are insufficient. I think I've heard others mention that, though I don't see any existing issue tracking it, so I'll open one. Meanwhile I'm reopening this issue, since a fully-working and benchmarkable canvas port will depend on fixing the NAPI referencing APIs. |
Created issue: Weak/strong reference improvements |
Looks like this is done, we should reopen this is there are still issues |
No description provided.
The text was updated successfully, but these errors were encountered: