UNPKG

rhythmic-scale

Version:

A utility library for building modular scale systems.

13 lines 433 B
import { RhythmicScaleParams } from './types'; import { MusicalRatios } from 'musical-ratios'; export declare class RhythmicScale { baseFont: number; baseBrowserFontSize: number; lineHeightFactor: number; constructor(params?: RhythmicScaleParams); scaledStyles(ratio: MusicalRatios | number, level: number): { lineHeight: string; size: string; }; } //# sourceMappingURL=rhythmic-scale.d.ts.map