Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- blackhole.html -->
Paste into your page to runA three-dimensional black hole with orbiting particles, simulated gravitational inflow, and a glowing event horizon, rendered live on Canvas. Featuring Particle occlusion with true 3D depth sorting and Toggleable event horizon sphere, this effect supports live adjustments, instant previews, and reusable exports in Limot.
backgroundColor#111111showCenterOncenterColor#000000voidRadius40voidX50%voidY50%colors#ffffffouterRadius70particleCount1000particleSize4trail50tilt20tiltSideway160pullSpeed0orbitSpeed4Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- blackhole.html -->
Paste into your page to runAdd the JSX file to your project and import it as a component. Override settings with props.
import Blackhole from "./Blackhole.jsx";
<Blackhole />Add the Vue single-file component to your project, import it, and use it in your template.
import Blackhole from "./Blackhole.vue";
<Blackhole />Exports include your current settings. React and Vue components also accept the configuration keys below as props.
Customize in real time, copy standalone code, or export MP4, GIF, and PNG with optional transparency.