Package Exports
- ku4es-ui-kernel
- ku4es-ui-kernel/dist/index.js
- ku4es-ui-kernel/dist/index.mjs
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 ku4es* library.
Installation
npm i -S ku4es-ui-kernelUsage
import { thread } from 'ku4es-ui-kernel';
const t = thread(() => { /* thread work here */ });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);})());Bookmarklet Usage
const { thread } = window.ku4es_ui_kernel;
const t = thread(() => { /* thread work here */ });Documentation
More kodmunki™ libraries
Checkout these other kodmunki™ libraries for more awesome capabilities: