前端展示日志组件ansi-to-react
2024-06-05 08:24:41 阅读次数:23
javascript
ansi-to-react
This package convert ANSI escape codes to formatted text output for React.Installation
$ yarn add ansi-to-react
$ npm install --save ansi-to-react
Usage
Basic
The example below shows how we can use this package to render a string with ANSI escape codes.import Ansi from “ansi-to-react”;
export function () => {
return
{‘\u001b[34mhello world’}
;
};
Will render:
hello world Classes Style with classes instead of style attribute.
{“\u001b[34mhello world”}
Will render
hello world Class Names Font color Background Color ansi-black-fg ansi-black-bg ansi-red-fg ansi-red-bg ansi-green-fg ansi-green-bg ansi-yellow-fg ansi-yellow-bg ansi-blue-fg ansi-blue-bg ansi-magenta-fg ansi-magenta-bg ansi-cyan-fg ansi-cyan-bg ansi-white-fg ansi-white-bg ansi-bright-black-fg ansi-bright-red-fg ansi-bright-green-fg ansi-bright-yellow-fg ansi-bright-blue-fg ansi-bright-magenta-fg ansi-bright-cyan-fg ansi-bright-white-fg Development To develop on this project, fork and clone this repository on your local machine. Before making modifications, install the project's dependencies.
$ npm install
To run the test suite for this project, run:$ npm test
Documentation
We’re working on adding more documentation for this component. Stay tuned by watching this repository!
版权声明:本文内容来自第三方投稿或授权转载,原文地址:https://blog.51cto.com/liuyunshengsir/5998547,作者:liuyunshengsir,版权归原作者所有。本网站转在其作品的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如因作品内容、版权等问题需要同本网站联系,请发邮件至ctyunbbs@chinatelecom.cn沟通。
上一篇:PyTorch实现联邦学习堆叠自编码器
下一篇:Oracle 18c - 配置只读 OracleHome / DBCA / Patching / Upgrade (文档 ID 2469646.1)