hexa_secret_phrase_generator
v1.2.0
Published
Try this out on this [live example](https://www.google.com)
Readme
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_generatorImport 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())