Wormhole

Swirling spacetime distortion with gravitational lensing.

Properties

#9945ff

Wormhole color

1

Rotation speed

1

Brightness

Usage

import { Wormhole } from '@reactomega/ui';

export default function App() {
  return (
    <div className="relative w-full h-screen bg-black flex items-center justify-center">
      <Wormhole color="#9945ff" />
    </div>
  );
}