UNPKG

@neabyte/candlestick-cli

Version:

Beautiful terminal candlestick charts with real-time trading data. Create stunning ASCII art charts directly in your terminal with support for live market data, custom colors, and professional trading visualization.

1 lines 368 B
export*from"./chart/index.js";export*from"./utils/index.js";export{exportToText,exportToImage,exportChart}from"./utils/export.js";export{CONSTANTS,LABELS,COLORS,RESET_COLOR}from"./constants.js";export{CCXTProvider}from"./core/ccxt.js";export{OHLCError,MarketDataError,ChartRenderError,ValidationError,TerminalError,ConfigurationError,ErrorType}from"./types/errors.js";