destroy-the-text
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

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 = "./"
});

Readme

Keywords

none

Package Sidebar

Install

npm i destroy-the-text

Weekly Downloads

0

Version

1.0.11

License

none

Unpacked Size

452 kB

Total Files

16

Last publish

Collaborators

  • fornt