kandown 0.17.0 → 0.17.2
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/LICENSE +1 -1
- package/README.md +4 -2
- package/bin/kandown.js +381 -130
- package/bin/tui.js +367 -189
- package/dist/index.html +125 -125
- package/package.json +5 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -219,9 +219,11 @@ pnpm dev # Web UI at localhost:5176
|
|
|
219
219
|
|
|
220
220
|
---
|
|
221
221
|
|
|
222
|
-
## License
|
|
222
|
+
## License & credits
|
|
223
223
|
|
|
224
|
-
[MIT](LICENSE)
|
|
224
|
+
[MIT](LICENSE) © 2026 [Vanessa Depraute](https://vanessadepraute.dev) — GitHub: [vava-nessa](https://github.com/vava-nessa).
|
|
225
|
+
|
|
226
|
+
Created and maintained by [Vanessa Depraute](https://vanessadepraute.dev).
|
|
225
227
|
|
|
226
228
|
---
|
|
227
229
|
|