-
Notifications
You must be signed in to change notification settings - Fork 31
Home
Caleb Hearon edited this page Mar 18, 2018
·
4 revisions
Before reading anything else, understand there are two parts to the canvas-prebuilt
project:
- 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. - The NPM module
canvas-prebuilt
is the second part, it includes a copy of thecanvas
module in a folder with the same name, and has apackage.json
that places binaries incanvas/build/Release