UNPKG

candlestick-to-png

Version:

Lightweight library to draw an array of candles into a canvas and render it as png file.

3 lines (2 loc) 116 B
export declare const oneDayAgo: () => Date; export declare const daysBefore: (d: Date, beforeDays: number) => Date;