lightr4in

Results 2 issues of lightr4in

I could not use the library on my Linux machine until I escaped the CSI sequences correctly: `\e` -> `\\e` This PR should fix it for any unixoid system.

### Describe the bug Hello, I am writing to report an issue I have observed with SvelteKit applications, specifically regarding increased memory usage after navigating between a sub-page and the...