1.0.0 β€’ Published 5 months ago

annoying-js v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Annoying-JS 😈

A fun and chaotic JavaScript library that annoys users by messing with their pages!
Perfect for pranks, or just making the web more... unpredictable.

AnnoyingJS Demo

πŸš€ Features

  • disappearText() – Text disappears when hovered.
  • randomShake() – Makes the page shake randomly.
  • More coming soon!

πŸ“¦ Installation

You can install AnnoyingJS via npm:

npm install annoying-js

πŸ›  Usage

Here’s how to start annoying people with AnnoyingJS!

Using ES Modules:

import { disappearText, randomShake } from "annoyingjs";

// Make text disappear on hover
disappearText();

// Make the page randomly shake
randomShake();

Using a Script Tag:

<script src="https://cdn.jsdelivr.net/npm/annoyingjs"></script>
<script>
  // Make text disappear on hover
  annoyingjs.disappearText();

  // Make the page randomly shake
  annoyingjs.randomShake();
</script>

πŸ— Contributing

We love contributions! πŸŽ‰

1-Fork the repo

2-Clone your forked repo

3-Create a new branch

4-Make your changes and commit

5-Push to your fork and submit a Pull Request

πŸ“œ License

MIT License – Use it responsibly! 😈

1.0.0

5 months ago