Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axodotdev/axii
image to ascii generator
https://github.com/axodotdev/axii
ascii-art nuxt webapp
Last synced: about 3 hours ago
JSON representation
image to ascii generator
- Host: GitHub
- URL: https://github.com/axodotdev/axii
- Owner: axodotdev
- License: apache-2.0
- Created: 2022-10-19T20:27:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T09:06:41.000Z (about 1 year ago)
- Last Synced: 2024-04-19T19:03:31.390Z (7 months ago)
- Topics: ascii-art, nuxt, webapp
- Language: Vue
- Homepage: https://axii.axo.dev
- Size: 330 KB
- Stars: 19
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Security: SECURITY.md
Awesome Lists containing this project
README
![axii](./public/meta_axii.jpg)
![build](https://github.com/axodotdev/axii/actions/workflows/build.yml/badge.svg)
![lint](https://github.com/axodotdev/axii/actions/workflows/lint.yml/badge.svg)
![test](https://github.com/axodotdev/axii/actions/workflows/test.yml/badge.svg)# axii
> an image to ascii generator## Local Development
```sh
# Clone the repo and move into project directory
git clone [email protected]:axodotdev/axii.git
cd axii# Install dependencies
yarn# Start a development server
yarn dev
```## License
axii is dual-licensed under [MIT] and [Apache-2.0]. If you end up finding it
useful for something we'd love to hear about it: [email protected].[MIT]: https://choosealicense.com/licenses/mit/
[Apache-2.0]: https://choosealicense.com/licenses/apache-2.0/