Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 378 Bytes

Cryptic Typing

example, 100.joash.me/cryptic

Usage

  • 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)
    });