An open API service indexing awesome lists of open source software.

https://github.com/effect-ts/figlet

An implementation of a FIGlet font parser and renderer built with Effect
https://github.com/effect-ts/figlet

Last synced: about 1 year ago
JSON representation

An implementation of a FIGlet font parser and renderer built with Effect

Awesome Lists containing this project

README

          

## Welcome to Effect-TS - Figlet [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/Effect-TS/figlet)

Please follow up to: [https://github.com/Effect-TS/figlet/tree/master/packages/figlet](https://github.com/Effect-TS/figlet/tree/master/packages/figlet)

## Install

We recommend the usage of `yarn` and if you have `yarn workspaces` that handles by default hoisting of dependencies:

```sh
yarn add @effect-ts/core @effect-ts/node @effect-ts/figlet
```