feat: basic rich text input & format

This commit is contained in:
Shibo Lyu 2024-08-30 03:21:51 +08:00
parent e386fe2583
commit ca380e9ce6
8 changed files with 219 additions and 24 deletions

View file

@ -37,6 +37,8 @@
"type": "module",
"dependencies": {
"svelte-boring-avatars": "^1.2.6",
"tailwind-merge": "^2.5.2"
"tailwind-merge": "^2.5.2",
"typewriter-editor": "^0.12.6",
"zod": "^3.23.8"
}
}