destroy-the-text
v1.0.11
Published
Destroy any text of your website. Easy to use. And very useless
Downloads
52
Readme
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 = "./"
});
