Dropflow, a CSS layout engine for node or

Dropflow is a CSS layout engine dedicated to pushing the limits of foundational CSS standards. It boasts high-quality text layout capabilities and can handle various world languages. It offers features like float, bidirectional and RTL text, and Hyperscript API for styling with objects. Dropflow is fully typed, handles numerous CSS layout edge cases, and supports over 30 properties. The performance is impressive, with a 10-letter word being generated in under 25µs on a 2019 MacBook Pro. The engine uses HarfBuzz for glyph layout, ensuring correctness in text rendering. Notably, dropflow has no package.json dependencies, showcasing a rebel spirit against dependency madness.

https://github.com/chearon/dropflow

To top