zimjs 16.1.0 → 16.1.1
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/README.md +10 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
# ZIM
|
|
2
|
-
 
|
|
3
|
-
[](https://discord.com/invite/KczUuFkZdk)
|
|
4
|
-
|
|
5
|
-

|
|
6
|
-
|
|
7
|
-
|
|
8
2
|
JavaScript Canvas Framework - Code Creativity!<br>
|
|
9
3
|
https://zimjs.com
|
|
10
4
|
|
|
@@ -36,6 +30,16 @@ new Button(200, 70, "TRY ME")
|
|
|
36
30
|
|
|
37
31
|
```
|
|
38
32
|
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+

|
|
36
|
+
|
|
37
|
+
|
|
38
|
+

|
|
39
|
+

|
|
40
|
+
[](https://discord.com/invite/KczUuFkZdk)
|
|
41
|
+
[](https://forum.zimjs.com)
|
|
42
|
+
|
|
39
43
|
## Getting Started
|
|
40
44
|
|
|
41
45
|
Copy the template on the Code page into an editor like VS Code and view results in any Browser.<br>
|