@emailens/engine 0.8.6 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +695 -144
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +695 -144
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
**Your email looks perfect in Apple Mail. Gmail strips half the CSS. Outlook renders it in Word.**
|
|
9
9
|
|
|
10
|
-
`@emailens/engine` analyzes your HTML against 250+ CSS properties across
|
|
10
|
+
`@emailens/engine` analyzes your HTML against 250+ CSS properties across 15 email clients, scores compatibility, and shows you exactly what to fix — before you hit send.
|
|
11
11
|
|
|
12
12
|
> **[emailens.dev](https://emailens.dev)** — Try the hosted version. Paste HTML, get a full audit in seconds.
|
|
13
13
|
|
|
@@ -80,7 +80,7 @@ const { code } = await generateAiFix({
|
|
|
80
80
|
|
|
81
81
|
8 analysis engines, one `auditEmail()` call.
|
|
82
82
|
|
|
83
|
-
- **CSS compatibility** — 250+ properties tested across
|
|
83
|
+
- **CSS compatibility** — 250+ properties tested across 15 email clients, with fix snippets and AI-powered auto-fix
|
|
84
84
|
- **Spam scoring** — 45+ signals modeled after SpamAssassin, CAN-SPAM, and GDPR
|
|
85
85
|
- **Accessibility** — WCAG contrast ratios, alt text, semantic structure, heading hierarchy
|
|
86
86
|
- **Link validation** — broken hrefs, insecure HTTP, `javascript:` protocols, deceptive URLs
|