Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jace254/cryptic-typing

simulate cryptic typing in your website(●'◡'●)
https://github.com/jace254/cryptic-typing

Last synced: 8 days ago
JSON representation

simulate cryptic typing in your website(●'◡'●)

Awesome Lists containing this project

README

        

# Cryptic Typing

example, [100.joash.me/cryptic](https://100.joash.me/003)

## Usage

- Install the package from npm using:
```sh
npm i cryptic-typing
```
- To use the library:
```js
import crypticTyping from 'cryptic-typing'


crypticTyping('The quick brown fox jumps over the lazy dog', (newText) => {
console.log(newText)
});
```