
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
powerglitch
Advanced tools
PowerGlitch is a standalone library with no external dependencies. It leverages CSS animations to glitch anything on the web, without using a canvas. It weights less than 2kb minified and gzipped.
Want to try it out? Check out the demo 😊
Like this project? Give a star 🌟
Install PowerGlitch using a package manager
npm i --save powerglitch
# or
yarn add powerglitch
or by importing the web bundle in a script tag (or save it locally)
<script src="https://unpkg.com/powerglitch@latest/dist/powerglitch.min.js"></script>
Find an element to glitch
<!-- Image -->
<img src='https://.../image.png' class='glitch' />
<!-- Button -->
<button class='glitch'>
click me 🤷♂️
</button>
<!-- Any DOM element -->
<div class='glitch'>
<p>Hello <b>World</b></p>
</div>
Import PowerGlitch using ES6 import
import { PowerGlitch } from 'powerglitch'
or using ES5 require
const PowerGlitch = require('powerglitch').PowerGlitch
if you are importing PowerGlitch using a script tag, the PowerGlitch global variable is automatically available.
Glitch the element
PowerGlitch.glitch('.glitch')
That's it, your element is glitched!
Check-out the usage guide for optimization and usage tips.
Documentation
Integrations
Having trouble? Found a bug? Want to contribute? Any kind of contribution is welcome. If you have any questions, please open an issue or create a pull request.
FAQs
Unknown package
The npm package powerglitch receives a total of 2,298 weekly downloads. As such, powerglitch popularity was classified as popular.
We found that powerglitch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.