tiny-essentials
Version:
Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.
22 lines (14 loc) β’ 921 B
Markdown
### π 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