Skip to content
Caleb Hearon edited this page Mar 18, 2018 · 4 revisions

Before reading anything else, understand there are two parts to the canvas-prebuilt project:

  1. The build scripts in the ci folder 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.
  2. The NPM module canvas-prebuilt is the second part, it includes a copy of the canvas module in a folder with the same name, and has a package.json that places binaries in canvas/build/Release
Clone this wiki locally