example, 100.joash.me/cryptic
- Install the package from npm using:
npm i cryptic-typing
- To use the library:
import crypticTyping from 'cryptic-typing' crypticTyping('The quick brown fox jumps over the lazy dog', (newText) => { console.log(newText) });