ASCII Alien Gallery

Explore different ASCII art variations of our alien mascot

Default
Happy
Sad
Cool
Nerd
Confused
Intern
How to Use

To use these ASCII aliens in your application, simply import the AsciiAlien component:

import { AsciiAlien } from "@/components/ascii-alien"

// Then use it in your component:
<AsciiAlien 
  variant="happy"
  size="medium"
  animate={false}
  className="text-blue-500"
/>