perfect-gui 4.1.3 → 4.1.4

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 +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Perfect GUI
2
2
  A nice, simple and (probably not) perfect GUI for JavaScript.
3
3
 
4
- Features:
4
+ ## API
5
+ [Documentation](https://thibka.github.io/perfect-gui/public/)
6
+
7
+
8
+ ## Features
5
9
  - image buttons
6
10
  - multiple panels
7
11
  - easy positioning
@@ -10,9 +14,6 @@ Features:
10
14
 
11
15
  <img src="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/capture.png" width="580"/>
12
16
 
13
- ## API
14
- [Documentation](https://thibka.github.io/perfect-gui/public/)
15
-
16
17
  ## Install
17
18
 
18
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perfect-gui",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Nice and simple GUI for JavaScript",
5
5
  "main": "src/index.js",
6
6
  "scripts": {