@kya-os/cli-effects
v1.0.19
Published
Terminal effects and animations for KYA-OS CLI tools
Downloads
3,996
Readme
@kya-os/cli-effects
Terminal effects and animations for KYA-OS CLI tools.
Installation
npm install @kya-os/cli-effectsFeatures
Effects
- Blackhole - Characters consumed by black hole and explode outwards
- Burn - Characters ignite and burn up the screen
- Beams - Creates traveling beams that illuminate characters
- Decrypt - Movie-style text decryption with typing animation
- Waves - Wave patterns traveling across text
Components
- Welcome banners with gradient text
- Agent tables with styling
- Styled message boxes
Usage
const { EffectRunner, BlackholeEffect } = require('@kya-os/cli-effects');
// Run an effect
const runner = new EffectRunner();
await runner.run('blackhole', 'Hello World', { duration: 3000 });License
MIT
