ink-ascii
v0.0.4
Published
Awesome ASCII art component for Ink!
Readme

Awesome ASCII art component for Ink
Install
$ npm install ink-asciiUsage
import React from "react";
import { render } from "ink";
import Ascii from "ink-ascii";
render(
<Ascii font="Slant Relief" horizontalLayout="default" verticalLayout="default" text="Yeah!" />
);API
<Ascii/>
Props except for text are passed as options to figlet.
TODO
- [x] MVP
- [x] Tests
- [ ] Support color themes
- [ ] Support user specified width and hard line wraps
- [ ] Support word wraps
Related
- ink-big-text - Big text component for Ink, similar to
ink-ascii - ink-gradient - Gradient color component for Ink
- ink-box - Box component for Ink
- ink-link - Link component for Ink
License
MIT © Xiaoru Li
