Normalize a single designspace value to a normalized value.
The designspace coordinate to normalize
The axis definition to use for normalization
Whether to allow extrapolation outside the axis bounds
The corresponding normalized coordinate
normalizeValue(400, { tag: 'wght', min: 100, default: 400, max: 900 });// Returns 0.0 Copy
normalizeValue(400, { tag: 'wght', min: 100, default: 400, max: 900 });// Returns 0.0
Normalize a single designspace value to a normalized value.