Skip to content
/ ku4es Public

kodmunki utilities: ku4es-kernel and ku4es-ui-kernel compiled and available for use on your web pages. See each respective repository for more information.

Notifications You must be signed in to change notification settings

kodmunki/ku4es

Repository files navigation

ku4es

kodmunki Utilities for ECMAScript

This project includes links, script tags, and bookmarklets for including some, or all of the ku4es stack in your projects.

ku4es-ui-data
ku4es-ui-kernel ku4es-data
ku4es-kernel

ku4es-kernel

ku4es-kernel are core JavaScript entities highly useful in many projects as a standalone dependency, and the foundation of higher-level ku4es libraries. Docs here.

<script src="https://cdn.jsdelivr.net/gh/kodmunki/ku4es/ku4es-kernel.js"></script>

Bookmarklet

javascript:void((function(){var script=document.createElement('script');script.type='text/javascript';script.onload=function(){window.ku4=Object.assign(window.ku4 || {}, window.ku4es_kernel)};script.src='https://cdn.jsdelivr.net/gh/kodmunki/ku4es/ku4es-kernel.js';document.head.appendChild(script);})());

ku4es-ui-kernel

An incredible suit of UI tools that are succinct, expressive, speak to their intention and are a joy to code with. Powerful tools for form and keyboard key management, document control, and complex user actions like swiping. Docs here.

ku4es-ui-kernel

<script src="https://cdn.jsdelivr.net/gh/kodmunki/ku4es/ku4es-ui-kernel.js"></script>

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/ku4es/ku4es-ui-kernel.js';document.head.appendChild(script);})());

ku4es-data

A core suit of tools for reading binary and image file meta data. Docs here.

ku4es-data

<script src="https://cdn.jsdelivr.net/gh/kodmunki/ku4es/ku4es-data.js"></script>

Bookmarklet

javascript:void((function(){var script=document.createElement('script');script.type='text/javascript';script.onload=function(){window.ku4=Object.assign(window.ku4 || {}, window.ku4es_data)};script.src='https://cdn.jsdelivr.net/gh/kodmunki/ku4es/ku4es-data.js';document.head.appendChild(script);})());

ku4es-ui-data

A suit of tools binary and image file metadata. Docs here.

ku4es-ui-data

<script src="https://cdn.jsdelivr.net/gh/kodmunki/ku4es/ku4es-ui-data.js"></script>

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_data)};script.src='https://cdn.jsdelivr.net/gh/kodmunki/ku4es/ku4es-ui-data.js';document.head.appendChild(script);})());

About

kodmunki utilities: ku4es-kernel and ku4es-ui-kernel compiled and available for use on your web pages. See each respective repository for more information.

Resources

Stars

Watchers

Forks

Packages

No packages published