Awesome text component for Ink
npm install ink-big-text> Awesome text component for Ink

``sh`
npm install ink-big-text
`js
import React from 'react';
import {render} from 'ink';
import Gradient from 'ink-gradient';
import BigText from 'ink-big-text';
render(
);
`
Props except for text are passed as options to cfonts. The only difference is that the background option is named backgroundColor here. See the prop types in index.js` for more.
- ink-gradient - Gradient color component for Ink
- ink-box - Box component for Ink
- ink-link - Link component for Ink