The Cairo-backed node-canvas has been a pillar for many Node.js based projects that need to simulate a browser canvas on the server-side. One of our recent projects uses Apache ECharts to render some graphs. We have successfully shifted the rendering part of ECharts to the server side to ease the burden on the front-end Web browsers using node-canvas and jsdom. Thing goes well until we decided to migrate the rendering task to AWS Lambda Node.js 14.x. Unfortunately, AWS Lambda runtime environm...