Flossum is available on NPM, Yarn & PNPM—so you can freely use it in any of your NodeJS projects.
npm install flossum
yarn add flossum
pnpm add flossum
Follow these steps to get started with Flossum:
For JavaScript/TypeScript files:
import { flossum } from 'flossum';
await flossum.effectName('Hello World!');
For direct Terminal usage:
flossum effectName "Hello World!";
typeOut
- Simulates typing textreverseType
- Deletes text like rewindingwave
- Animated wave motioncolorPulse
- Pulsing color animationspinner
- Loading spinner effectprogressBar
- Animated progress barglitch
- Glitchy text distortionscramble
- Scrambled-to-clear textrainbow
- Animated rainbow colorsplayFrames
- ASCII animation framesasciiArt
- Text as ASCII artflash
- Flashing/blinking texttypeDelete
- Type and delete animationFlossum is an open-source project, and we are always looking for contributions!
Check out the available issues on our GitHub repository. Pick one to work on, or raise your own if you spot something new!
See What's New
v1.0.9
© 2025 Flossum. MIT Licensed. Open source on GitHub.