resize fix, readme fix

This commit is contained in:
Michael Freno
2025-10-14 11:24:16 -04:00
parent 8030a1f13a
commit bde22c7ffa
2 changed files with 39 additions and 19 deletions

View File

@@ -205,6 +205,8 @@ cornerRadius = {
```
### Theme System
To create a theme explore themes/space.lua as a reference
Load and apply themes for consistent styling:
@@ -368,8 +370,9 @@ The `examples/` directory contains comprehensive demos:
Run tests with:
```bash
cd testing
lua runAll.lua
lua testing/runAll.lua
# or a specific test:
lua testing/__tests__/<specific_test>
```
## License