Updated README.md

This commit is contained in:
Zoraiz 2021-05-12 03:03:29 +05:00
parent 75a29dfcd0
commit cb00a9cce5
1 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Currently, the tool supports PNG, JPEG/JPG, WEBP and BMP image formats
<br> <br>
### Example ([Source]()) ### Example ([Source](https://medium.com/@sean.glancy/practical-applications-of-binary-trees-3097cf663062))
![Example](https://raw.githubusercontent.com/TheZoraiz/ascii-image-converter/master/example_images/tree.png) ![Example](https://raw.githubusercontent.com/TheZoraiz/ascii-image-converter/master/example_images/tree.png)
### ASCII Art: ### ASCII Art:
@ -89,6 +89,18 @@ ascii-image-converter [path to image] -Scd 100,30
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## Packges used
[github.com/spf13/viper](https://github.com/spf13/viper)
[github.com/spf13/cobra](https://github.com/spf13/cobra)
[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)
[github.com/nathan-fiscaletti/consolesize-go](https://github.com/nathan-fiscaletti/consolesize-go)
[github.com/nfnt/resize](https://github.com/nfnt/resize)
## License ## License
[Apache-2.0](https://github.com/TheZoraiz/ascii-image-converter/blob/master/LICENSE) [Apache-2.0](https://github.com/TheZoraiz/ascii-image-converter/blob/master/LICENSE)