kaf.js is a javascript framework to build the application on websites.
kaf.js has four main features: kaf data, kaf events, i18n support functions, and style control.
kaf.jsには、kafデータ、kafイベント、i18n支援機能、スタイル制御という4つの主軸機能があります。
The simplest kaf.js template is the one below.
<main id="kaf">Hello, kaf!</main>
<script type="module">
import Kaf from "kaf.js";
const kaf = new Kaf({
elem: '#kaf'
});
</script>
Please refer to the documentation for more information on usage.
MIT License (c) mtsgi 2020