cli-ascii-logo
Version:
Create beautiful ASCII art logos with gradient colors for your CLI applications
20 lines (17 loc) • 385 B
TypeScript
/**
* cli-ascii-logo - Create beautiful ASCII art logos with gradient colors for your CLI applications
*
* @license MIT
*/
export {
default,
PALETTE_NAMES,
CUSTOM_GRADIENTS,
PRESET_GRADIENTS,
type PaletteName,
type CustomGradient,
type PresetGradient,
type AnimationType,
type DisplayOptions
} from './dist/Logo';
export { default as Logo } from './dist/Logo';