1.0.11 • Published 4 years ago

destroy-the-text v1.0.11

Weekly downloads
36
License
-
Repository
-
Last release
4 years ago

What is this?

Destroy any text of your website. Easy to use. And very useless

Installation

npm i destroy-the-text --save

Simple example:

new InteractiveText({
    textId: "example_1",
    arma: Tool.gun
});

Options

new InteractiveText({
    textId: "example_2",
    text: ["Example with special hand", "Example with big gun"],
    armas: [Tool.specialHand, Tool.bigGun]
});
new InteractiveText({
    textId: "example_3",
    arma: Tool.specialHand,
    callbackEnd: () => location.href = "./"
});
1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago