@code-dot-org/p5
v0.5.4-cdo.10
Published
[](https://travis-ci.org/processing/p5.js) [](https://www.npmjs.com/package/p5)
Maintainers
Keywords
Readme
This is the Code.org fork of p5.js. You can check out the main project here!
Setup
- Clone the repository
npm install
Publishing a new version
Note: This process requires you to be signed in to the NPM CLI with your Code.org credentials.
Run npm version <newversion> to publish a new version. This repository has preversion, version, and postversion scripts (see package.json), so this method is preferred over npm publish.
