https://github.com/jrquick17/jquery-typoglycemia
A jQuery piguln for aidndg a fuincotn to cervnot text into typoglycemia txet.
https://github.com/jrquick17/jquery-typoglycemia
javascript jquery typoglycemia
Last synced: about 1 month ago
JSON representation
A jQuery piguln for aidndg a fuincotn to cervnot text into typoglycemia txet.
- Host: GitHub
- URL: https://github.com/jrquick17/jquery-typoglycemia
- Owner: jrquick17
- License: mit
- Created: 2020-04-24T00:32:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T21:39:18.000Z (over 2 years ago)
- Last Synced: 2025-07-04T08:51:31.097Z (12 months ago)
- Topics: javascript, jquery, typoglycemia
- Language: HTML
- Homepage: https://jquery-typoglycemia.jrquick.com
- Size: 677 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery-typoglycemia #
[](https://www.npmjs.com/package/jquery-typoglycemia/)
[](https://www.npmjs.com/package/jquery-typoglycemia)
[](https://www.npmjs.com/package/jquery-typoglycemia)
[](https://www.jsdelivr.com/package/gh/jrquick17/jquery-typoglycemia)

## Index ##
* [About](#about)
* [Setup](#setup)
* [Documentation](#documentation)
* [Contributing](#contributing)
* [Issues](#issues)
* [Deploy](#deploy)
## About ##
A jQuery function for making text appear with more spazaz.
* Try out [the demo](https://jquery-typoglycemia.jrquick.com) to see it in action!
* Visit [my website](https://jrquick.com) for other cool projects!
## Setup ##
### Install ###
### Node ###
```
npm install jquery-typoglycemia --save
```
### CDN ###
```
```
## Documentation ##
### With Selector
```javascript
$('#text').typoglycemia();
```
### With Function
```javascript
$.typoglycemia('text to convert');
```
## Contributing ##
### Thanks ###
* [jrquick17](https://github.com/jrquick17)
## Issues ##
If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/jquery-typoglycemia/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.
## Deploy ##
#### NPM Release ####
* Run `npm run shipit`
#### Update Changelog ####
* Add updates to `CHANGELOG.md` in root.