Canvas API The Canvas 2D API draws shapes, text, and images to a bitmap. In Node.js, the package provides the same API for server-side image generation. Setup (Node.js) Creating a Canvas and Drawing Shapes Drawing Text Image Compositing Pixel Manipulation Exporting ---