Be sure to watch DETAIL.md before using it!
- Widgets: Panel, Button, Label, Checkbox, Radio, Image, Textbox, Webview, Custom
- Presets: Modal (create-later)
- Functions: TCG (3D CLI Graphic)
- Use the Web-related node.js library to take screenshots over the Internet and convert them into text to display
- A 3D engine using cli, and text is drawn on the screen using location and size data.
$ npm install linterfconst { CLIApplication, CLILabel } = require(`linterf`);
const app = new CLIApplication();
const title = <CLILabel text="title" styles={{ "text-color": "#222831", y: 2 }} />;
app.append(title);
app.show(30); // frame: 30$ npx linterf-scripts build