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.
Files changed (2) hide show
  1. package/README.md +10 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,4 @@
1
1
  # ZIM
2
- ![npm](https://img.shields.io/npm/v/zimjs.svg) ![GitHub](https://img.shields.io/badge/license-MIT-green.svg)
3
- [![Discord](https://img.shields.io/discord/782972112646307881)](https://discord.com/invite/KczUuFkZdk)
4
-
5
- ![zim2](https://github.com/danzen/zimjs/assets/380281/f318c755-7dd2-43ed-8bf0-ead77ec40b23)
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
+ ![zim2](https://github.com/danzen/zimjs/assets/380281/f318c755-7dd2-43ed-8bf0-ead77ec40b23)
36
+
37
+
38
+ ![npm](https://img.shields.io/npm/v/zimjs.svg)
39
+ ![GitHub](https://img.shields.io/badge/license-MIT-green.svg)
40
+ [![Discord](https://img.shields.io/discord/782972112646307881)](https://discord.com/invite/KczUuFkZdk)
41
+ [![Discourse](https://img.shields.io/badge/discourse-forum-brightgreen.svg)](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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zimjs",
3
- "version": "16.1.0",
3
+ "version": "16.1.1",
4
4
  "type": "module",
5
5
  "main": "./src/zim.js",
6
6
  "types": "./ts-src/typings/zim",