Backgrounds

World Map ASCII

A dot-matrix world map whose particles scatter from the cursor.

Install

# WorldMap ASCII needs no npm packages

Then copy 2 files into your project:

  • components/registry/world-map-ascii/world-map-ascii.tsx
  • hooks/use-animation-loop.ts

Props

PropTypeDefaultDescription
colorstring (hex)"#a855f7"Particle color.
particleSizenumber0.7Dot radius.
densitynumber8Particle density — higher packs more particles.
mouseRadiusnumber80Cursor interaction radius; 0 disables the scatter.
driftnumber0.06Idle wobble amplitude.

What It Demonstrates

Hover effect
Visual change when the cursor moves over an element.
Idle animation
Subtle motion that plays while an element is just sitting there, waiting to be interacted with.
Loop
An animation that repeats, a set number of times or infinitely.

Related Components

Appears In