1.2.0 • Published 2 years ago

hexa_secret_phrase_generator v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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())