0.4.7 • Published 2 months ago

@vighnesh153/random-word v0.4.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@vighnesh153/random-word

npm npm bundle size (scoped) npm (scoped) GitHub GitHub issues

Generate a random word (ESM only)

Usage

import { generateRandomWord } from '@vighnesh153/random-word';

const randomWord = generateRandomWord();
console.log(randomWord);

CLI

npx @vighnesh153/random-word

In script

<!--More on JS Deliver: https://www.jsdelivr.com/-->
<script src="https://cdn.jsdelivr.net/npm/@vighnesh153/random-word/dist/main.umd.js"></script>

<script>
  const randomWord = RandomWord.generateRandomWord();

  // rest of the code below
</script>
0.4.7

2 months ago

0.4.6

2 months ago

0.4.5-alpha01

12 months ago

0.4.5-alpha03

11 months ago

0.4.5-alpha02

12 months ago

0.4.5-alpha04

11 months ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.1-alpha-01

1 year ago