File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ A friendlier way interact with the canvas.
5
5
jsdelivr CDN (use this to import):
6
6
- Canvas
7
7
```
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
9
9
```
10
10
- Shapes
11
11
```
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
13
13
```
14
14
- DOM
15
15
```
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
17
17
```
18
18
19
19
TODO: 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 => {
79
79
80
80
Drawing a simple sinusoidal progressive wave:
81
81
``` 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' ;
83
83
// If running this locally, you need a server running for `import`s to work, (for now).
84
84
85
85
use (BC ) // To avoid having to write `BC.` all the time.
Original file line number Diff line number Diff line change 2
2
"name" : " basiccanvas" ,
3
3
"title" : " BasicCanvas" ,
4
4
"description" : " Simple JavaScript canvas abstractions." ,
5
- "version" : " 1.0.9 " ,
5
+ "version" : " 1.0.11 " ,
6
6
"main" : " lib/BasicCanvas.js" ,
7
7
"homepage" : " https://github.com/Demonstrandum/BasicCanvas/" ,
8
8
"author" : {
You can’t perform that action at this time.
0 commit comments