Other useful libs
Zero-depdendency, useful JS libs that can be used with Oat.
- tinyrouter.js: A tiny, zero-dependency lib for frontend routing and navigation on top of
window.history. ~950 bytes. - highlighted-input.js: Super tiny, zero dep Javascript lib that highlights specific keywords and tags in an
<input>field. ~450 bytes - floatype.js: A tiny, zero-dependency, floating autocomplete / autosuggestion widget for textareas. ~1200 bytes
- dragmove.js: A super tiny Javascript library to make DOM elements draggable and movable. ~500 bytes.
- indexed-cache.js: A tiny Javsacript library for sideloading static assets on pages and caching them in the browser's IndexedDB for longer-term storage. ~2.1 KB