This is a Vue 3 application that extracts hidden data (using LSB steganography) from images. It also features smooth animations with VueUse Motion.
✅ Upload an image file
✅ Preview the selected image with a glowing 3D hover effect
✅ Extract hidden messages embedded in the image’s least significant bits (LSB)
✅ Smooth fade-in transitions for the extracted message using GSAP
✅ Beautiful, responsive UI
- Vue 3 (Composition API)
- Vue Router
- GSAP for transitions
- CSS transitions and effects
# Install dependencies
pnpm install
# Start the development server
pnpm run dev
# Build for production
pnpm run build
# Preview the production build
pnpm run preview