File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ A friendlier way interact with the canvas.
55jsdelivr CDN (use this to import):
66- Canvas
77 ```
8- https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.9 /lib/BasicCanvas.js
8+ https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.11 /lib/BasicCanvas.js
99 ```
1010- Shapes
1111 ```
12- https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.9 /lib/BasicShapes.js
12+ https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.11 /lib/BasicShapes.js
1313 ```
1414- DOM
1515 ```
16- https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.9 /lib/BasicDOM.js
16+ https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.11 /lib/BasicDOM.js
1717 ```
1818
1919TODO: Instructions on usage, for now look at the example files (and/or source files), still a small project.
@@ -79,7 +79,7 @@ sketch.loop(frame => {
7979
8080Drawing a simple sinusoidal progressive wave:
8181``` js
82- import * as BC from ' https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.9 /lib/BasicCanvas.js' ;
82+ import * as BC from ' https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.11 /lib/BasicCanvas.js' ;
8383// If running this locally, you need a server running for `import`s to work, (for now).
8484
8585use (BC ) // To avoid having to write `BC.` all the time.
Original file line number Diff line number Diff line change 22 "name" : " basiccanvas" ,
33 "title" : " BasicCanvas" ,
44 "description" : " Simple JavaScript canvas abstractions." ,
5- "version" : " 1.0.9 " ,
5+ "version" : " 1.0.11 " ,
66 "main" : " lib/BasicCanvas.js" ,
77 "homepage" : " https://github.com/Demonstrandum/BasicCanvas/" ,
88 "author" : {
You can’t perform that action at this time.
0 commit comments