Skip to content

Commit 2f31633

Browse files
authored
chore: update readme with animation
1 parent 00e9baa commit 2f31633

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
</div>
1212
</p>
1313

14+
<div align="center">
15+
<video width="640" loop autoplay style="border-radius:16px;padding-block:8px">
16+
<source src="./resources/preview.mp4" type="video/mp4">
17+
</video>
18+
</div>
19+
1420
> [!NOTE]
1521
> This project was created mainly for learning purposes such as repo management, CI/CD, monorepo, package maintenance, etc.
1622
@@ -47,5 +53,5 @@ const gradientBlob = gb(10, { clipPathProperty: true })
4753
To run CSS Blobs Generator locally, clone the repository and install the dependencies:
4854

4955
```bash
50-
npm install && npm run dev
56+
pnpm install && pnpm run dev
5157
```

resources/preview.mp4

1.65 MB
Binary file not shown.

0 commit comments

Comments
 (0)