How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
See documentation on pluminjs.com.
The main features of byte-foundry/plumin.js are: Web Typography Utilities.
Projects with overlapping indexed features include: bramstein/fontfaceobserver — Fontfaceobserver is a webfont availability detector and developer tool designed to synchronize typography loading with… bramstein/hypher — A small and fast JavaScript hyphenation engine. Can be used in Node.js and as a jQuery plugin. bramstein/typeset — This is an implementation of the Knuth and Plass line breaking algorithm using JavaScript. The goal of this project is… davidmerfield/typeset — Typeset is an HTML pre-processor for web typography which provides typographic features used traditionally in fine… ecomfe/fontmin — Fontmin is a web font asset pipeline and minification tool designed to reduce font file sizes by removing unused… agentk/fontfacegen — From a ttf or otf, generate the required ttf, eot, woff, svg and css for the font to be used in browsers.
Fontfaceobserver is a webfont availability detector and developer tool designed to synchronize typography loading with page rendering. It provides a promise-based API that detects when specific webfonts have been downloaded and applied to the document. The tool manages the loading process for fonts hosted on external services or self-hosted servers, tracking availability to prevent layout shifts and the flash of unstyled text. This allows for dynamic typography control, enabling specific CSS changes or animations to trigger only after a typeface is ready for use. The project monitors font st
A small and fast JavaScript hyphenation engine. Can be used in Node.js and as a jQuery plugin.
This is an implementation of the Knuth and Plass line breaking algorithm using JavaScript. The goal of this project is to optimally set justified text in the browser, and ultimately provide a library for various line breaking algorithms in JavaScript.
From a ttf or otf, generate the required ttf, eot, woff, svg and css for the font to be used in browsers.