### 📝 What’s New?

In this update, we’ve added **new documentation** for the `exports` field in our `package.json`.
This doc helps developers clearly understand how to import/require different parts of the package:

* 🎨 **CSS Assets** → direct stylesheet imports
* 🏠 **Root Entrypoints** → main, basics, libs, and fileManager
* 🔧 **Basics Utilities** → array, clock, collision, fullScreen, etc.
* 📚 **Libs Modules** → all individual helpers (TinyTextarea, TinyDragger, TinyNotify, and many more)

### 🌟 Why does this matter?

* Easier navigation of the package structure
* Clearer examples for both **ESM (`import`)** and **CommonJS (`require`)**
* Better developer experience 🚀

### 📖 Docs

You can now read the new Markdown guide in the repository to see the **full mapping** of exports.

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