# ansiparser **Repository Path**: mirrors/ansiparser ## Basic Information - **Project Name**: ansiparser - **Description**: ansiparser是一个前端组件,用于将linux终端输出的彩色日志展示到web页面 - **Primary Language**: HTML/CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/ansiparser - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-02-25 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ansiparser with xlog this is an ansiparser named xlog, it could generate ansi colorful log in browser with DOM. ## Install ```shell npm install xlog-ansiparser --save ``` ## Usage ```html Title




```

## Screen shot

![screenshot](./xlog_demo.png)

## How to build

this project based on webpack, building as following

```shell
npm install
npm run build
```

and the artifacts will be in `dist` directory.

## License

MIT License