1.0.4 • Published 2 years ago

landscape-vilmod v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

landscape-vilmod

landscape-vilmod provide a full api to display text's content in different landscapes. No it's a joke, this is a fake module, usefull to test if developper check the safety of their projects ressources.

Installation

Use the npm module's manager to install landscape-vilmod.

npm i landscape-vilmod

Usage

// Init Module
const landScapeVilMod = require('landscape-vilmod')

// Prepare String
let text = new landScapeVilMod("@MyNewApp");

// Change the text landscape as you want
text.flipText();
// ddɐʍǝuʎɯ@

text.vText();
/*
@
M
y
N
e
w
A
p
p
*/

text.hText();
// @MyNewApp

text.vRevertText();
/*
p
p
A
w
e
N
y
M
@
*/

text.hRevertText();
// ppAweNyM@

License

Apache-2.0

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago