0.0.4 • Published 4 years ago

ink-ascii v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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