@vighnesh153/random-word
TypeScript icon, indicating that this package has built-in type declarations

0.4.7 • Public • Published

@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>

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i @vighnesh153/random-word

    Weekly Downloads

    1

    Version

    0.4.7

    License

    MIT

    Unpacked Size

    357 kB

    Total Files

    8

    Last publish

    Collaborators

    • vighnesh153