Jymin (JavaScript You Minify) is a lightweight, minifier-friendly JavaScript library designed to be concatenated with application code and minified together, ensuring that only used functions survive minification. Current stable version is 0.5.1, with irregular releases. It offers browser utilities (DOM manipulation, event handling, Ajax, data storage, cookie management) and aims to minimize download size and latency, distinguishing itself from jQuery/Zepto by focusing on minifiability and speed over feature breadth. No dependencies, primarily for browser environments.
npm install jyminNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: get an element, set HTML, and bind a click handler.
Use getElement('myId') instead of getElement('#myId').Check docs for alternative native methods or use polyfill.
Implement custom once wrapper using 'on' and 'off'.
Use 'import Jymin from 'jymin'' in ESM or ensure global script tag is loaded.
Use { getElement } in the import statement.Check that the element ID exists in the DOM.
No dependency data recorded yet.