uzhhorod

Uzhhorod ASCII logo

Usage no npm install needed!

<script type="module">
  import uzhhorod from 'https://cdn.skypack.dev/uzhhorod';
</script>

README

uzhhorod

Uzhhorod ASCII logo

Dependency Status Build Status npm version

Installation

npm i uzhhorod

Usage

const uzhhorod = require('uzhhorod')

uzhhorod()

Will print this:

@~\_/~@
_|uzh|_
\horod/
  \;/

Pass some custom text to be inserted into the logo:

uzhhorod({
  times: 4,
  text: 'tutfoso!',
})
@~\_/~@ @~\_/~@ @~\_/~@ @~\_/~@
_|tut|_ _|tut|_ _|tut|_ _|tut|_
\foso / \foso / \foso / \foso /
  \ /     \ /     \ /     \ /  

License

MIT © Zoltan Kochan