Skip to content

Commit bb51434

Browse files
committed
docs: Update README
1 parent b696e7c commit bb51434

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
| Package | Version | Description |
1212
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
13+
| [kitify](https://github.com/Marinerer/kitify) | [![version](https://img.shields.io/npm/v/kitify?style=flat-square)](https://www.npmjs.com/package/kitify) | A lightweight and easy-to-use utility library. |
1314
| [@jotter/websocket](https://github.com/Marinerer/jotter/tree/main/libs/websocket) | [![version](https://img.shields.io/npm/v/@jotter/websocket?style=flat-square)](https://www.npmjs.com/package/@jotter/websocket) | Modern and useful WebSocket wrapper, with standard WebSocket API. |
1415
| [@jotter/animator](https://github.com/Marinerer/jotter/tree/main/libs/Animator) | [![version](https://img.shields.io/npm/v/@jotter/animator?style=flat-square)](https://www.npmjs.com/package/@jotter/animator) | Animator is an animation playback controller. |
1516
| [@jotter/drag](https://github.com/Marinerer/jotter/tree/main/libs/Drag) | [![version](https://img.shields.io/npm/v/@jotter/drag?style=flat-square)](https://www.npmjs.com/package/@jotter/animator) | Lightweight "drag-and-drop" library of draggable elements within a specified range. |
@@ -19,9 +20,7 @@
1920
| [@jotter/from-now](https://github.com/Marinerer/jotter/tree/main/libs/fromNow) | [![version](https://img.shields.io/npm/v/@jotter/from-now?style=flat-square)](https://www.npmjs.com/package/@jotter/from-now) | A relative time formatting functions. |
2021
| [@jotter/position](https://github.com/Marinerer/jotter/tree/main/libs/position) | [![version](https://img.shields.io/npm/v/@jotter/position?style=flat-square)](https://www.npmjs.com/package/@jotter/position) | Positioning a DOM element relative to another DOM element. |
2122

22-
### @jotter/websocket
23-
24-
📚 [Document](./libs/websocket/README.md)
23+
### [@jotter/websocket](./libs/websocket/README.md)
2524

2625
> Modern and useful WebSocket API wrapper class with additional features such as auto-reconnect, message queuing and Keep-alive detection.
2726
>
@@ -33,9 +32,7 @@
3332
- 📮 Message Queuing
3433
- 🌐 Flexible Configuration
3534

36-
### @jotter/animator
37-
38-
📚 [Document](./libs/Animator/README.md)
35+
### [@jotter/animator](./libs/Animator/README.md)
3936

4037
> A lightweight animation controller library for managing time-based animation progress.
4138
>
@@ -48,9 +45,7 @@
4845
- ⏱ Forward/Backward control
4946
- 🎯 Custom Animation
5047

51-
### @jotter/drag
52-
53-
📚 [Document](./libs/Drag/README.md)
48+
### [@jotter/drag](./libs/Drag/README.md)
5449

5550
> A lightweight, flexible `drag-and-drop` library for making DOM elements draggable with mouse and touch support.
5651
>

0 commit comments

Comments
 (0)