You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**SnapDOM** is a next-generation **DOM Capture Engine** — the fast, modern alternative to **html2canvas**, **dom-to-image**, and **html-to-image**.
37
40
It converts any DOM subtree into a self-contained representation that can be exported to SVG, PNG, JPG, WebP, Canvas, Blob, or **any custom format** through plugins — ultra-fast, modular, extensible, and dependency-free.
38
41
42
+
> 📖 **[Documentation, guides & live demos → snapdom.dev](https://snapdom.dev)**
43
+
39
44
* Full DOM capture
40
45
* Embedded styles, pseudo-elements, and fonts
41
46
* Export to SVG, PNG, JPG, WebP, `canvas`, or Blob
@@ -45,7 +50,7 @@ It converts any DOM subtree into a self-contained representation that can be exp
45
50
* Support CSS counter() and CSS counters()
46
51
* Support `...` line-clamp
47
52
48
-
## Demo
53
+
## Website & Live Demos
49
54
50
55
[https://snapdom.dev](https://snapdom.dev)
51
56
@@ -605,7 +610,7 @@ import { timestampOverlay } from '@zumer/snapdom-plugins/timestamp-overlay';
605
610
606
611
### Community Plugins
607
612
608
-
Community plugins are listed on the [Plugins page](https://zumerlab.github.io/snapdom/plugins.html). To submit your plugin, open a PR adding one line to `community-plugins.md`. See [CONTRIBUTING_PLUGINS.md](CONTRIBUTING_PLUGINS.md).
613
+
Community plugins are listed on the [Plugins page](https://snapdom.dev/plugins.html). To submit your plugin, open a PR adding one line to `community-plugins.md`. See [CONTRIBUTING_PLUGINS.md](CONTRIBUTING_PLUGINS.md).
0 commit comments