Generate animated kinetic typography to communicate with humans in a more expressive, attention-grabbing way.
Base URL: https://andyed.github.io/iblipper2025/
Generate a clickable link — recipient sees the animation in their browser.
[▶️ MESSAGE TEXT](https://andyed.github.io/iblipper2025/#text=MESSAGE+TEXT&emotion=emphatic&dark=true&share=yes)
Generate an animated GIF file that can be attached to messages.
https://andyed.github.io/iblipper2025/?export=gif#text=MESSAGE+TEXT&emotion=emphatic&dark=true
All parameters go in the hash fragment (#param=value¶m2=value2).
| Parameter | Type | Description | Default |
|---|---|---|---|
| ----------- | ------ | ------------- | --------- |
text | string | The message to display (URL encoded, spaces as +) | — |
wpm | number | Words per minute (30-2500) | 300 |
density | number | Words per frame (0.1-500) | 1 |
fill | boolean | Auto-scale text to fill screen | true |
theme | number | Color theme index (0-3) | 0 |
dark | boolean | Dark mode | true |
emotion | string | Animation style preset (see below) | neutral |
share | string | Auto-play on load (yes) | — |
| Emotion | Vibe | Best For |
|---|---|---|
| --------- | ------ | ---------- |
neutral | Clean, professional | Default, announcements |
hurry | Fast, urgent, italic | Time-sensitive alerts |
idyllic | Slow, dreamy, airy | Poetic, calm messages |
question | Curious, tilting | Questions, pondering |
response_required | Urgent, pulsing | Action needed! |
excited | Bouncy, energetic | Celebrations, enthusiasm |
playful | Fun, bouncing | Jokes, casual fun |
emphatic | Bold, solid, impactful | Important statements |
casual | Handwritten, relaxed | Friendly chat |
electric | Glitchy, RGB split | Cyber aesthetic |
wobbly | Jelly physics | Silly, playful |
Note: matrix emotion is pre-release — avoid for now.
Important announcement:
[▶️ BREAKING NEWS](https://andyed.github.io/iblipper2025/#text=BREAKING+NEWS&emotion=emphatic&dark=true&share=yes)
Friendly greeting:
[▶️ Hey there!](https://andyed.github.io/iblipper2025/#text=Hey+there!&emotion=casual&dark=false&share=yes)
Celebration:
[▶️ Congratulations!](https://andyed.github.io/iblipper2025/#text=Congratulations!&emotion=excited&share=yes)
```
browser action=open targetUrl="https://andyed.github.io/iblipper2025/?export=gif#text=Hello&emotion=emphatic" profile=chrome
```
```
ls -t ~/Downloads/iblipper_*.gif | head -1
```
Export query parameters:
| Parameter | Type | Description | Default |
|---|---|---|---|
| ----------- | ------ | ------------- | --------- |
export | string | Format: gif, apng, png | — |
width | number | Output width in pixels | 480 |
fps | number | Frames per second (8, 15, 30) | 15 |
✅ Good for:
❌ Skip for:
For quick URL generation, use the included shell script:
# Basic usage
./scripts/iblipper.sh "Hello World"
# https://andyed.github.io/iblipper2025/#text=Hello+World&emotion=emphatic&dark=true&share=yes
# With emotion
./scripts/iblipper.sh "Breaking News" hurry
# Light mode
./scripts/iblipper.sh "Good Morning" idyllic light
# As markdown link
./scripts/iblipper.sh -m "Click me!" excited
# [▶️ Click me!](https://...)
# GIF export URL
./scripts/iblipper.sh --gif "Export this" playful
share=yes in hyperlinks — skips landing pageexcited for celebrations, emphatic for important stuffdark=true is usually the way to go共 1 个版本