We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5615692 commit e4a5e0fCopy full SHA for e4a5e0f
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "p5.js-compatibility",
3
+ "version": "0.0.0",
4
+ "description": "Compatibility addons to support p5.js 1.x features in p5.js 2.0",
5
+ "main": "",
6
+ "files": [
7
+ "src/*"
8
+ ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/processing/p5.js-compatibility.git"
12
+ },
13
+ "author": "",
14
+ "license": "LGPL-2.1",
15
+ "bugs": {
16
+ "url": "https://github.com/processing/p5.js-compatibility/issues"
17
18
+ "homepage": "https://github.com/processing/p5.js-compatibility#readme"
19
+}
0 commit comments