Updated README.md
This commit is contained in:
parent
75a29dfcd0
commit
cb00a9cce5
14
README.md
14
README.md
|
|
@ -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))
|
||||||

|

|
||||||
|
|
||||||
### 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)
|
||||||
Loading…
Reference in New Issue