https://github.com/axodotdev/axii
image to ascii generator
https://github.com/axodotdev/axii
ascii-art nuxt webapp
Last synced: 29 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T09:06:41.000Z (over 1 year ago)
- Last Synced: 2024-04-19T19:03:31.390Z (about 1 year 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
> 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/