|
10 | 10 |
|
11 | 11 | | Package | Version | Description | |
12 | 12 | | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | |
| 13 | +| [kitify](https://github.com/Marinerer/kitify) | [](https://www.npmjs.com/package/kitify) | A lightweight and easy-to-use utility library. | |
13 | 14 | | [@jotter/websocket](https://github.com/Marinerer/jotter/tree/main/libs/websocket) | [](https://www.npmjs.com/package/@jotter/websocket) | Modern and useful WebSocket wrapper, with standard WebSocket API. | |
14 | 15 | | [@jotter/animator](https://github.com/Marinerer/jotter/tree/main/libs/Animator) | [](https://www.npmjs.com/package/@jotter/animator) | Animator is an animation playback controller. | |
15 | 16 | | [@jotter/drag](https://github.com/Marinerer/jotter/tree/main/libs/Drag) | [](https://www.npmjs.com/package/@jotter/animator) | Lightweight "drag-and-drop" library of draggable elements within a specified range. | |
|
19 | 20 | | [@jotter/from-now](https://github.com/Marinerer/jotter/tree/main/libs/fromNow) | [](https://www.npmjs.com/package/@jotter/from-now) | A relative time formatting functions. | |
20 | 21 | | [@jotter/position](https://github.com/Marinerer/jotter/tree/main/libs/position) | [](https://www.npmjs.com/package/@jotter/position) | Positioning a DOM element relative to another DOM element. | |
21 | 22 |
|
22 | | -### @jotter/websocket |
23 | | - |
24 | | -📚 [Document](./libs/websocket/README.md) |
| 23 | +### [@jotter/websocket](./libs/websocket/README.md) |
25 | 24 |
|
26 | 25 | > Modern and useful WebSocket API wrapper class with additional features such as auto-reconnect, message queuing and Keep-alive detection. |
27 | 26 | > |
|
33 | 32 | - 📮 Message Queuing |
34 | 33 | - 🌐 Flexible Configuration |
35 | 34 |
|
36 | | -### @jotter/animator |
37 | | - |
38 | | -📚 [Document](./libs/Animator/README.md) |
| 35 | +### [@jotter/animator](./libs/Animator/README.md) |
39 | 36 |
|
40 | 37 | > A lightweight animation controller library for managing time-based animation progress. |
41 | 38 | > |
|
48 | 45 | - ⏱ Forward/Backward control |
49 | 46 | - 🎯 Custom Animation |
50 | 47 |
|
51 | | -### @jotter/drag |
52 | | - |
53 | | -📚 [Document](./libs/Drag/README.md) |
| 48 | +### [@jotter/drag](./libs/Drag/README.md) |
54 | 49 |
|
55 | 50 | > A lightweight, flexible `drag-and-drop` library for making DOM elements draggable with mouse and touch support. |
56 | 51 | > |
|
0 commit comments