stitch-compute
Version:
compute stitch adjustments for knitting
20 lines • 664 B
TypeScript
import { FormatterSet } from './formatter-set';
export { FormatterSet } from './formatter-set';
export declare class StitchCompute {
private keepFormatter;
private addFormatter;
private combineFormatter;
private groupFormatter;
private listFormatter;
adjustEvenly(from: number, to: number): string;
setFormatters(formatters: FormatterSet): void;
isSet(string: string): boolean;
private calculateActions;
private normalizeActions;
private equalizeActionCounts;
private moveHalfOfLastActionToFront;
private combineActions;
private formatActions;
private keep;
}
//# sourceMappingURL=stitch-compute.d.ts.map