pyb-ts
Version:
PYB-CLI - Minimal AI Agent with multi-model support and CLI interface
13 lines (12 loc) • 448 B
JavaScript
import { Box, Text } from "ink";
import React from "react";
import { getTheme } from "@utils/theme";
import { ASCII_LOGO } from "@constants/product";
function AsciiLogo() {
const theme = getTheme();
return /* @__PURE__ */ React.createElement(Box, { flexDirection: "column", alignItems: "flex-start" }, /* @__PURE__ */ React.createElement(Text, { color: theme.pyb }, ASCII_LOGO));
}
export {
AsciiLogo
};
//# sourceMappingURL=AsciiLogo.js.map