project-nv / night-vision

Highly customizable charting library, created for professional traders
https://nightvision.dev
MIT License
250 stars 58 forks source link

A way to generate one-time static charts via Node. #48

Open itzTheMeow opened 1 year ago

itzTheMeow commented 1 year ago

Description

A way to generate a chart image through NodeJS would be cool.

Suggested solution

Something like new NightVision(...).generateImage() that returns a buffer with the chart in. Could have additional options for view settings.

Alternative

No response

Additional context

No response

Validations