## 📦 Legacy Code Migration

All legacy content (except for the parts that have been reused) has been moved to a **new dedicated repository**.
You can find the link and details inside the main project’s `README.md`.

## 🔧 TinyHtml Updates

We’ve simplified property access for better readability and consistency:

* `el.id()` → `el.id`
* `el.height()` → `el.height`
* `el.width()` → `el.width`

**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.24.0...1.24.1
