UNPKG

ratio-lock

Version:

A TypeScript library for managing n numbers with locked ratios. When the ratio is locked, changing one value automatically adjusts all other values to maintain their proportional relationships.

3 lines 145 B
export { RatioLock } from './ratio-lock.js'; export type { RatioLockOptions } from './ratio-lock-options.js'; //# sourceMappingURL=index.d.ts.map