UNPKG

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
### πŸ“ 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