html-overlay-node 0.1.0 → 0.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/package.json +2 -2
  2. package/readme.md +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-overlay-node",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A customizable, LiteGraph-style node editor library with canvas rendering, HTML overlays, and flexible execution control",
5
5
  "main": "dist/html-overlay-node.umd.js",
6
6
  "module": "dist/html-overlay-node.es.js",
@@ -42,7 +42,7 @@
42
42
  "visual-scripting"
43
43
  ],
44
44
  "author": "cheonghakim",
45
- "license": "ISC",
45
+ "license": "MIT",
46
46
  "repository": {
47
47
  "type": "git",
48
48
  "url": "https://github.com/cheonghakim/html-overlay-node.git"
package/readme.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # HTML-overlay-Node
2
2
 
3
- [![CI](https://github.com/cheonghakim/html-overlay-node/workflows/CI/badge.svg)](https://github.com/cheonghakim/html-overlay-node/actions)
4
3
  [![npm version](https://img.shields.io/npm/v/html-overlay-node.svg)](https://www.npmjs.com/package/html-overlay-node)
5
- [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
5
 
7
6
  **HTML-overlay-Node** is a customizable, LiteGraph-style node editor library for building visual programming interfaces. It uses **Canvas rendering** for fast performance and supports node type registration, execution cycle control, custom drawing, HTML overlays, and group management.
8
7
 
@@ -26,6 +25,10 @@
26
25
 
27
26
  ---
28
27
 
28
+ ## Demo
29
+
30
+ - 🏠 [Demo](https://cheonghakim.github.io/HTML-overlay-node/)
31
+
29
32
  ## 🚀 Quick Start
30
33
 
31
34
  ```javascript