The Image Export Demo Node Server
This server accepts POST requests containing SVG data from the Image Export Demo. The SVG is rendered and exported to PNG in a headless Chrome instance. Chrome is controlled using Puppeteer.
Starting the Server
To run the server:
npm install npm start