UNPKG

handwritten-graph

Version:

A TypeScript library to create handwritten-style line graphs and pie charts using D3.js

6 lines 395 B
export declare class HandDrawnUtils { static addHandDrawnEffect(pathString: string, jitterAmount?: number, numPoints?: number): string; static createHandDrawnRect(x: number, y: number, width: number, height: number, jitter?: number): string; static createHandDrawnCircle(cx: number, cy: number, radius: number, jitter?: number): string; } //# sourceMappingURL=handDrawnUtils.d.ts.map