Package Exports
- ku4es-ui-kernel
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ku4es-ui-kernel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ku4es-ui-kernel
kodmunki™ Utilities for ECMAScript UI Kernel is a suite of foundational UI constants, functions, and entities, and is the foundation for other UI suites in the ku4* library.
Bookmarklet
javascript:void((function(){var script=document.createElement('script');script.type='text/javascript';script.onload=function(){window.ku4=Object.assign(window.ku4 || {}, window.ku4es_ui_kernel)};script.src='https://cdn.jsdelivr.net/gh/kodmunki/utils/ku4es-ui-kernel.js';document.head.appendChild(script);})());