KSlab is a infinite canvas that runs locally, not making any network requests
Go to file
Triston Armstrong 1071743290
fix(images): adds a toaster and handles failed image inserts
The image insert will throw a dom exception if the image size exceeds the alotted storage provided
by local storage. This just lets the user know somethng fufuckedd up and atleast removeds the image
after inserting (inknow, dont tell me) This iwill be solved in the future with IDB
2024-10-10 03:35:35 -04:00
.vscode Initial commit 2024-09-28 08:24:39 +00:00
src fix(images): adds a toaster and handles failed image inserts 2024-10-10 03:35:35 -04:00
src-tauri update app name 2024-10-07 02:54:35 -04:00
.gitignore Initial commit 2024-09-28 08:24:39 +00:00
.prettierrc Initial commit 2024-09-28 08:24:39 +00:00
bun.lockb get markdown working with existing notes cards 2024-10-08 01:34:29 -04:00
index.html fix(images): adds a toaster and handles failed image inserts 2024-10-10 03:35:35 -04:00
package.json get markdown working with existing notes cards 2024-10-08 01:34:29 -04:00
postcss.config.js Initial commit 2024-09-28 08:24:39 +00:00
README.md Initial commit 2024-09-28 08:24:39 +00:00
tailwind.config.js fix(images): adds a toaster and handles failed image inserts 2024-10-10 03:35:35 -04:00
tsconfig.json Initial commit 2024-09-28 08:24:39 +00:00
vite.config.ts remove vite config no longer needed 2024-10-05 13:11:42 -04:00

Tauri + Vanilla TS

This template should help get you started developing with Tauri & Kaioken.