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
<iframe width="100%" height="300" src="//jsfiddle.net/mtsgi/b2c9m14v/19/embedded/js,html,result/" allowfullscreen="allowfullscreen" allowpaymentrequest frameborder="0"></iframe>