A JavaScript tool for analyzing and improving typography in web projects.
| File | Description |
|---|---|
code.js |
Core typography analysis engine |
ft.js |
Font typography utilities |
fast_check.js |
Quick typography validation |
find_troubles.js |
Detect common typography issues |
UI/Accessibility.Contrast.Analyzer.js |
Color contrast analysis (WCAG) |
UI/AccessibilityM.Contrast.Analyzer.js |
Enhanced contrast analyzer |
UI/UI.UX.Layout.Analyzer.js |
Layout and spacing analysis |
- Font size and line height validation
- Color contrast checking (WCAG compliance)
- Layout spacing analysis
- Typography issue detection
node code.js
node fast_check.js [url]
node find_troubles.js [url]See LICENSE for details.