@ktjs/core 0.30.11 → 0.30.12
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 +8 -3
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,12 +10,17 @@
|
|
|
10
10
|
</a>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## Document
|
|
14
14
|
|
|
15
15
|
<p align="center"><strong>Visit KT.js: <a href="https://baendlorel.github.io/kt.js/">https://baendlorel.github.io/kt.js/</a></strong></p>
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
## Community
|
|
18
|
+
|
|
19
|
+
- QQ Group: `1070434849`
|
|
20
|
+
- Telegram: https://t.me/kt_js
|
|
18
21
|
|
|
19
|
-
##
|
|
22
|
+
## Introduction
|
|
23
|
+
|
|
24
|
+
kt.js is a simple framework with a tiny runtime that renders real DOM directly (no virtual DOM), uses explicit reactivity variables and gives you manual control over refs, bindings, and redraw timing.
|
|
20
25
|
|
|
21
26
|
KT.js focuses on one principle: keep direct control of the DOM and avoid unnecessary repainting.
|
package/dist/index.mjs
CHANGED
|
@@ -599,7 +599,7 @@ function applyKModel(element, valueRef) {
|
|
|
599
599
|
* ## About
|
|
600
600
|
* @package @ktjs/core
|
|
601
601
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
602
|
-
* @version 0.30.
|
|
602
|
+
* @version 0.30.12 (Last Update: 2026.02.25 12:18:47.174)
|
|
603
603
|
* @license MIT
|
|
604
604
|
* @link https://github.com/baendlorel/kt.js
|
|
605
605
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/package.json
CHANGED