2.0.0 • Published 1 year ago

ink-big-text v2.0.0

Weekly downloads
1,640
License
MIT
Repository
github
Last release
1 year ago

ink-big-text

Awesome text component for Ink

npm.io

Install

npm install ink-big-text

Usage

import React from 'react';
import {render} from 'ink';
import Gradient from 'ink-gradient';
import BigText from 'ink-big-text';

render(
	<Gradient name="rainbow">
		<BigText text="unicorns"/>
	</Gradient>
);

API

<BigText/>

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.

Related

2.0.0

1 year ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago