kwui-cli 0.2.2

Command line tool for kwui - A GUI library with JSX/CSS support
Documentation
1
2
3
4
5
6
app.showDialog({
	width: 320,
	height: 200,
	title: "Hello kwui",
	modulePath: "./hello.js",
});