0.0.5 • Published 2 years ago

@localxost/cryptograph v0.0.5

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

@localxost/cryptograph

About

Text decryption effect.

Github Repository

Demo Example

Demo Example

Install

yarn add @localxost/cryptograph

Usage

import { Cryptograph } from "@localxost/cryptograph";
const a = Cryptograph();
const b = Cryptograph();

var sentenceOne = "Cryptograph is the awesome tool!";
var sentenceTwo = "Криптограф је страва алат!";

a.run(sentenceOne, 100, console.log);
b.setSubset("sr-Cyrl");
b.run(sentenceTwo, 10, console.log);

Test

yarn run test
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago