chore: migrate repository to standard knowledge base layout

This commit is contained in:
tukuaiai
2026-05-02 03:29:06 +08:00
parent 40a721c24d
commit 628a3bc832
565 changed files with 687 additions and 711 deletions
+7
View File
@@ -0,0 +1,7 @@
# Snapdom Documentation Index
## Categories
### Other
**File:** `other.md`
**Pages:** 1
+53
View File
@@ -0,0 +1,53 @@
# 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
```
---