@arcblock/terminal
v2.10.67
Published
A react wrapper for xterm allowing you to easily render a terminal in the browser
Downloads
3,366
Readme
Terminal Player is a react wrapper for
xterm
allowing you to easily render a terminal in the browser.
Usage
yarn add @arcblock/terminal
Then:
import Terminal from '@arcblock/terminal';
export default function Demo() {
return <Player frames={records} options={config} />;
}