Skip to content

LitoMore/ink-ascii

 
 

Repository files navigation

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

About

Awesome ASCII art component for Ink!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%