Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skytomo221/ansi-art-editor
- Owner: skytomo221
- Created: 2024-04-22T12:53:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:53:51.000Z (9 months ago)
- Last Synced: 2024-04-22T14:00:02.390Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```