pranks
v1.1.0
Published
A collection of fun pranks for web pages
Maintainers
Readme
pranks
A collection of fun pranks for web pages, including a Matrix-style hacking effect and page rotation animations.
Installation
npm install pranksUsage
ESM Import
import "pranks/hacker";CommonJS Import
require("pranks/hacker");CDN Import
You can also include the effects directly via CDN:
<!-- Hacker Effect -->
<script src="https://cdn.jsdelivr.net/npm/pranks/dist/pranks/hacker/index.js"></script>
<!-- Rotation Effect -->
<script src="https://cdn.jsdelivr.net/npm/pranks/dist/pranks/rotation/index.js"></script>Rotation Effect
The rotation effect allows you to add spinning animations to your webpage.
ESM Import
import "pranks/rotation";CommonJS Import
require("pranks/rotation");Pranks
Hacker (Demo)
- Matrix-style rain effect with falling Japanese characters
- Display a centered "YOU'VE BEEN HACKED" message
- Starts the animation after a 3-second delay
Rotation (Demo)
- Rotates page
License
MIT
