Home

Awesome

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

Related

License

MIT © Xiaoru Li