mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-24 08:18:03 +00:00
- Simplify language badges (zh, en, more languages) - Add X badge @123olp - Reorganize prompts: 00-meta, 01-system, 02-coding, 03-user - Reorganize skills: 00-meta, 01-ai-tools, 02-databases, 03-crypto, 04-dev-tools - Update all path references
54 lines
883 B
Markdown
54 lines
883 B
Markdown
# Snapdom - Other
|
||
|
||
**Pages:** 1
|
||
|
||
---
|
||
|
||
## snapDOM – HTML to Image capture with superior accuracy and speed - Now with Plugins!
|
||
|
||
**URL:** https://snapdom.dev/
|
||
|
||
**Contents:**
|
||
- 🏁 Benchmark: snapDOM vs html2canvas
|
||
- 📦 Basic
|
||
- Hello SnapDOM!
|
||
- Transforms & Shadows
|
||
- 🅰️ ASCII Plugin
|
||
- 🕒 Timestamp Plugin
|
||
- 🚀 Fun Transition
|
||
- Orbit CSS toolkit - Go to repo
|
||
- 🔤 Google Fonts
|
||
- Unique Typography!
|
||
|
||
Each library will capture the same DOM element to canvas 5 times. We'll calculate average speed and show the winner.
|
||
|
||
Capture it just with outerTransforms / outerShadows.
|
||
|
||
I'm dancing and changing color!
|
||
|
||
Google Fonts with embedFonts: true.
|
||
|
||
**Examples:**
|
||
|
||
Example 1 (unknown):
|
||
```unknown
|
||
outerTransforms
|
||
```
|
||
|
||
Example 2 (unknown):
|
||
```unknown
|
||
outerShadows
|
||
```
|
||
|
||
Example 3 (unknown):
|
||
```unknown
|
||
outerTransforms
|
||
```
|
||
|
||
Example 4 (unknown):
|
||
```unknown
|
||
outerShadows
|
||
```
|
||
|
||
---
|