Have made some large improvements
All checks were successful
Build / build (push) Successful in 2m48s

- Added support for multiple cursors
- Enabled wrapping
- Added uppercase, lowercase, and lorem ipsum support
- Added support for processing only selected ranges
This commit is contained in:
Leon Mika 2025-09-14 21:58:30 +10:00
parent a047d89dad
commit 3a23118036
7 changed files with 99 additions and 18 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
build
node_modules
frontend/dist
.DS_Store