Skip to content

Releases: Liiift-Studio/vf-clamp-cli

v0.2.0 — structural diagnostics

14 Jun 06:07

Choose a tag to compare

Adds the same structural summary the Glyphs and RoboFont plugin dialogs show in their size-estimate strip:

  • --verbose mode prints ~38 KB · 5 instances · 3 ax · 1 pinned per output line on stderr (stdout stays xargs-friendly with bare file paths).
  • --json mode now includes a diagnostics array alongside written, with {path, sizeBytes, instances, axes, pinned} per output. Useful for build pipelines that want to assert on file size or axis-pinning.

Master count is intentionally omitted — the engine doesn't expose post-instancer master geometry through the public API. Test suite green: 91/91.

v0.1.1

02 Jun 02:40

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 May 08:05

Choose a tag to compare

Initial release. Wraps @liiift-studio/vf-clamp to restrict variable font axis ranges from the command line.

Install via npm:

npm install -g @liiift-studio/vf-clamp-cli

Or run directly:

npx @liiift-studio/vf-clamp-cli --help