1.0.0 β’ Published 5 months ago
annoying-js v1.0.0
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.
π 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