Overview
Mirror Text Generator transforms input into mirrored visual text, supporting horizontal, vertical, and dual-direction effects.
Key Features
- Normal, horizontal, vertical, and both-direction display modes
- Real-time mirror preview
- Auto font-size adjustment based on text length
- Quick clear action
Technical Principle
- Horizontal mirror:
rotateY(180deg) - Vertical mirror:
rotateX(180deg) - Both directions:
rotateX(180deg) rotateY(180deg)
Common Use Cases
- Artistic text effects
- Teaching symmetry and mirror concepts
- Fun interaction content
- Layout preview for graphic design
Notes
- Effect is visual only; copied text remains original
- Rendering may vary slightly across browsers
- Long text auto-scales down for visibility