Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 17 days ago
JSON representation

A jQuery piguln for aidndg a fuincotn to cervnot text into typoglycemia txet.

Awesome Lists containing this project

README

        

# jquery-typoglycemia #

[![npm](https://img.shields.io/npm/l/jquery-typoglycemia.svg)](https://www.npmjs.com/package/jquery-typoglycemia/)
[![npm](https://img.shields.io/npm/dt/jquery-typoglycemia.svg)](https://www.npmjs.com/package/jquery-typoglycemia)
[![npm](https://img.shields.io/npm/dm/jquery-typoglycemia.svg)](https://www.npmjs.com/package/jquery-typoglycemia)
[![jsdelivr](https://data.jsdelivr.com/v1/package/gh/jrquick17/jquery-typoglycemia/badge)](https://www.jsdelivr.com/package/gh/jrquick17/jquery-typoglycemia)

![](example.png)

## 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.