@code-dot-org/p5

[![Build Status](https://travis-ci.org/processing/p5.js.svg?branch=master)](https://travis-ci.org/processing/p5.js) [![npm version](https://badge.fury.io/js/p5.svg)](https://www.npmjs.com/package/p5)

Usage no npm install needed!

<script type="module">
  import codeDotOrgP5 from 'https://cdn.skypack.dev/@code-dot-org/p5';
</script>

README

This is the Code.org fork of p5.js. You can check out the main project here!

Setup

  1. Clone the repository
  2. 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.