Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.04 KB

ink-ascii

Awesome ASCII art component for Ink

Install

$ npm install ink-ascii

Usage

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

  • MVP
  • Tests
  • Support color themes
  • Support user specified width and hard line wraps
  • Support word wraps

Related

License

MIT © Xiaoru Li