We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4374c91 commit 2358ea5Copy full SHA for 2358ea5
README.md
@@ -25,6 +25,9 @@ const css = document.querySelector('style').sheet.cssRules;
25
const html = await cssToHtml(css);
26
```
27
28
+> [!NOTE]
29
+> CSS-to-HTML relies on some browser-only JS features, so it doesn't work in Node (yet).
30
+> If you want to use this in a Node project, please use a webdriver like [Puppeteer](https://pptr.dev/).
31
32
## Example
33
0 commit comments