Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skytomo221/ansi-art-editor

ANSI Art Editor
https://github.com/skytomo221/ansi-art-editor

Last synced: 2 days ago
JSON representation

ANSI Art Editor

Awesome Lists containing this project

README

        

# ANSI Art Editor

This is a simple web-based editor for creating and editing ANSI art.
It is built using React.

![Screenshot](./images/screenshot.png)

## How to run

```console
git clone https://github.com/skytomo221/ansi-art-editor.git
cd ansi-art-editor
npm install
npm run build
npm run serve
```