Generates random, pronounceable (but gibberish) words.
A TypeScript update for @TomFrost's phonetic.js package.
It has been altered to work with TS projects and no longer relies on the (now deprecated) crypto library.
npm install phonetic-ts
import { phonetic } from 'phonetic-ts';
See original package for usage instructions.