hexa_secret_phrase_generator

1.2.0 • Public • Published

Welcome to Hexa Pocket Secret Phrase Generator Package.

Try this out on this live example

Get Start

To Use Hexa Pocket Secret Phrase Generator Package Install:

npm i hexa_secret_phrase_generator

Import Hexa Pocket Secret Phrase Generator Package in your code:

var hexa_phrase = require("hexa_secret_phrase_generator");

Use of the Package

Generate 5 words phrase:

console.log(hexa.getPhrase_5())

Generate 10 words phrase:

console.log(hexa.getPhrase_10())

Generate 12 words phrase:

console.log(hexa.getPhrase_12())

Output the Version of the package:

console.log(hexa.hexa_pocket_secret_phrase_generator_version())

Readme

Keywords

none

Package Sidebar

Install

npm i hexa_secret_phrase_generator

Weekly Downloads

1

Version

1.2.0

License

ISC

Unpacked Size

11.4 kB

Total Files

3

Last publish

Collaborators

  • korntimaroon