UNPKG

candlestick-to-png

Version:

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

12 lines 250 B
{ "compilerOptions": { "skipLibCheck": true, "target": "es2019", "module": "commonjs", "declaration": true, "outDir": "./lib", "strict": true }, "include": ["src"], "exclude": ["**/node_modules/*", "**/__tests__/*"], }