Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rachelnicole/tiny-text
convert your text ᶦᶰᵗᵒ ᵗᶦᶰᶦᵉʳ ᵗᵉˣᵗ
https://github.com/rachelnicole/tiny-text
Last synced: 3 days ago
JSON representation
convert your text ᶦᶰᵗᵒ ᵗᶦᶰᶦᵉʳ ᵗᵉˣᵗ
- Host: GitHub
- URL: https://github.com/rachelnicole/tiny-text
- Owner: rachelnicole
- Created: 2017-04-28T14:09:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T15:09:46.000Z (over 7 years ago)
- Last Synced: 2024-10-04T21:37:08.964Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 25
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiny-text
convert your text ᶦᶰᵗᵒ ᵗᶦᶰᶦᵉʳ ᵗᵉˣᵗHelpful for all your tiny cute needs.
Especially helpful for cute node bot needs.
## How to Use
Install the package into your lovely codebase.
```
npm install tiny-text
``````
var tinytext = require('tiny-text');console.log(tinytext("hello friend"));
```And that's it!