- Fast and smooth
- Foldable logs
- Automatic scrolling
- Errors detecting and fast navigator
- Regex search
npm install --save react-ansiimport * as React from 'react'
import ReactAnsi from 'react-ansi'
function Example() {
return (
<ReactAnsi log={"hello world"} />
)
}MIT © RaoHai
