A modern web application built with Svelte that allows users to remove password protection from PDF files. Features a clean, responsive interface with dark mode support and drag-and-drop functionality.
# Clone the repository
git clone <repository-url>
cd svelte-pdf-unlocker
# Install dependencies
npm install
# or
bun install
# Start development server
npm run dev
# or
bun run dev
npm run build
# or
bun run build