Home - node-gfx/node-canvas-prebuilt GitHub Wiki
Before reading anything else, understand there are two parts to the canvas-prebuilt project:
- The build scripts in the
cifolder act like an application that can run on Travis or AppVeyor. They prepare dependencies, iterate through and build against node versions, and publish binaries to GitHub releases. - The NPM module
canvas-prebuiltis the second part, it includes a copy of thecanvasmodule in a folder with the same name, and has apackage.jsonthat places binaries incanvas/build/Release