ku4es-ui-kernel
TypeScript icon, indicating that this package has built-in type declarations

9.0.12 • Public • Published

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-kernel

Usage

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

README.API.md.

More kodmunki™ libraries

Checkout these other kodmunki™ libraries for more awesome capabilities:

Package Sidebar

Install

npm i ku4es-ui-kernel

Weekly Downloads

2

Version

9.0.12

License

kodmunki

Unpacked Size

331 kB

Total Files

22

Last publish

Collaborators

  • kodmunki