
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.
@webeach/gl-circular-progress
Advanced tools
Beautiful WebGL circular progress bars library (Fire and Liquid effects).
🇺🇸 English version | 🇷🇺 Русская версия
Beautiful WebGL circular progress bars library (Fire and Liquid effects).
Fire and Liquid simulation.npm install @webeach/gl-circular-progress
or
pnpm install @webeach/gl-circular-progress
or
yarn add @webeach/gl-circular-progress
import { CircularProgressFire } from '@webeach/gl-circular-progress';
// Find canvas element
const canvas = document.getElementById('my-canvas');
// Initialize progress bar
const instance = new CircularProgressFire(canvas, {
colors: [0xff5a00, 0xff9a00],
progress: 0.5, // Initial value
speed: 1.5,
thickness: 15,
});
// Don't forget to clean up when removing the component
// instance.destroy();
The library provides two main classes with different visual effects:
Circular progress with a dynamic fire effect. Supports configuration of fire intensity and color gradients.
Circular progress with a fluid liquid and metaballs effect. Supports "volume" configuration for creating a 3D lens effect.
The library has Zero external dependencies and is written in native WebGL.
Releases are automated with semantic-release.
Before publishing a new version, make sure that:
main.feat: ... — new featuresfix: ... — bug fixeschore: ..., refactor: ..., etc. — as neededpatch, minor, major) is derived automatically from the commit types.Developed and maintained by Ruslan Martynov.
Have an idea or found a bug? Open an issue or send a pull request.
This package is distributed under the MIT License.
FAQs
Beautiful WebGL circular progress bars library (Fire and Liquid effects).
We found that @webeach/gl-circular-progress 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.