Skip to content

Commit 56cbb49

Browse files
committed
Merge branch 'main' of https://github.com/zumerlab/snapdom into main
2 parents b1ba326 + 28ee7fa commit 56cbb49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Use the `width` and `height` options to generate an image with specific dimensio
154154
155155
**Examples:**
156156
157-
**1. Fixed width (proportional Hhight)**
157+
**1. Fixed width (proportional height)**
158158
Sets a specific width while maintaining the aspect ratio. Height adjusts proportionally.
159159
160160
```js
@@ -244,7 +244,7 @@ import { snapdom, preCache } from './snapdom.mjs';
244244
## Features
245245
246246
* Captures **shadow DOM** and Web Components
247-
* Supports `::before` and `::after` pseudo-elements
247+
* Supports `::before`, `::after` and `::first-letter` pseudo-elements
248248
* Inlines background images and fonts
249249
* Handles **Font Awesome**, **Material Icons**, and more
250250
* `data-capture="exclude"` to ignore an element

0 commit comments

Comments
 (0)