Canvas
From Client and Server JavaScript APIs Community Group
Introduction
Canvas are now considered to be an usable API in faceless contexts like Workers
- 4.8.11.1 Proxying canvases to workers
- Since DOM nodes cannot be accessed across worker boundaries, a proxy object is needed to enable workers to render to canvas elements in Documents.
Contacts
We are looking for representatives of this HTML5 API to discuss of potentially needed updates to consider server-side implementations
Debate
- It might be more pertinent to implement the canvas API on the server instead of porting asis APIs of C libraries like GD or ImageMagick
SSJS Implementations
none