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.

9 lines (8 loc) 668 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 type { Candle, Candles, CandleType, RGBColor, ColorValue, ChartHighlights, ChartLabels, ChartConstants, CandleSetStats, ChartDimensions, TerminalSize, ExportOptions } from './types/candlestick.js'; export { CCXTProvider } from './core/ccxt.js'; export type { MarketData } from './types/index.js'; export { OHLCError, MarketDataError, ChartRenderError, ValidationError, TerminalError, ConfigurationError, ErrorType } from './types/errors.js';