Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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(●'◡'●)
- Host: GitHub
- URL: https://github.com/jace254/cryptic-typing
- Owner: Jace254
- Created: 2024-01-03T10:17:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T14:53:56.000Z (8 months ago)
- Last Synced: 2024-05-02T04:47:10.197Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
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)
});
```