q5 3.5.1 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierignore +1 -0
- package/README.md +1 -1
- package/defs/q5-c2d.d.ts +3950 -0
- package/deno.json +1 -1
- package/package.json +2 -1
- package/q5.d.ts +2649 -3027
- package/q5.js +334 -201
- package/q5.min.js +2 -2
package/.prettierignore
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
- lightning fast [WebGPU renderer](https://github.com/q5js/q5.js/wiki/q5-WebGPU-renderer) ⚡️
|
|
8
8
|
- beginner friendly [documentation](https://q5js.org/learn) 📚
|
|
9
9
|
- compatible with popular addons, including [p5.sound][], [ml5.js][], and [p5play][] 🎮
|
|
10
|
-
- no dependencies, ~
|
|
10
|
+
- no dependencies, ~125kb minified 📦
|
|
11
11
|
- free to use under the LGPL (just like p5.js) 🆓
|
|
12
12
|
|
|
13
13
|
q5.js was designed to make creative coding fun and accessible for a new generation of artists, designers, educators, and beginners. 🤝
|