0.0.5 • Published 3 years ago

@localxost/cryptograph v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago