Download
The recommended way to install and maintain Paper.js as a dependency in your project is through NPM:
npm install paper
Read more detailed installation instructions in our README file on Github.
Release versions are also offered as packaged ZIP files below.
Alternatively, you can download the latest prebuilt development versions.
Changelog
Read about the version history and latest changes in the detailed CHANGELOG on Github.
Release Versions
Development Builds
There are three ways to work with the latest development version in the develop branch, the first two relying on automatic prebuilding after each commit:
- Point NPM or Bower to specific commits in the prebuilt/module branch
- Download the latest packaged ZIP file from the prebuilt/dist branch
- Check out the latest version from the develop branch and build it yourself, following the instructions in the README file.