Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.56 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.56 KB

This is a simple app built with Vue + Tailwind + vite + vite-ssg - vite-pwa that convert plain text (letters, sometimes numbers) to obscure characters from Unicode. The output can easily be copy and pasted.

Key Features

  • Wide Range of Characters: Choose from an extensive collection of Unicode characters an symbols to personalize your text
  • Easy-to-Use Interface: This mobile friendly interface ensures a seamless and hassle-free text conversion experience, even for beginners.
  • Instant Preview: See the transformation in real-time with our instant preview feature, allowing you to fine-tune your fancy text before sharing it with the world.
  • Copy and Paste Convenience: Copy your converted text with a single click and paste it directly into your favorite platforms, saving you time and effort.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run End-to-End Tests with Playwright

# Install browsers for the first run
npx playwright install

# to buil the SSG bundle
npm run build