README
random-words
Based on the work in punkave/random-words. Forked to better manage the dependencies.
Installation
npm install @cityssm/random-words
Usage
import { getRandomWord } from "@cityssm/random-words";
const word = getRandomWord();
Generate one or more common English words
<script type="module">
import cityssmRandomWords from 'https://cdn.skypack.dev/@cityssm/random-words';
</script>
Based on the work in punkave/random-words. Forked to better manage the dependencies.
npm install @cityssm/random-words
import { getRandomWord } from "@cityssm/random-words";
const word = getRandomWord();