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) 191 B
export const oneDayAgo = () => new Date(Date.now() - (24 * 60 * 60 * 1000)) export const daysBefore = (d:Date,beforeDays:number) => new Date(d.getTime() - (beforeDays * 24 * 60 * 60 * 1000))