skarbonka
v1.2.8
Published
Skarbonka App
Downloads
1,687
Readme
Skarbonka CLI
Launch the prebuilt Skarbonka image optimizer server from your terminal.
Contents
▶️ Install
Run the commad below:
yarn add -D skarbonka▶️ Usage
Add a script to package.json:
{
"scripts": {
"skarbonka": "skarbonka --port 4000"
}
}Run with your package manager:
yarn skarbonka🚀 Features
- 🖼️ Automatic generation for popular resolutions (with input analysis)
- 🎨 Formats: WebP, AVIF, PNG, JPG
- 📱 Retina: 2x variants for HiDPI displays
- 🎯 Drag & Drop uploads with preview
- 📂 No file size limits
- ⚡ Sharp-powered optimization with adaptive settings
- 📦 ZIP export for all optimized files
- 🌓 Modern UI with dark/light themes
- 📊 Real-time progress via Server-Sent Events
- 💾 Presets: save/load optimization configurations
- 🎛️ Custom screen resolutions
- 📝 Custom file and archive names
- 🚫 Cancel optimization mid-process
- 🔄 Autosave of settings in the browser session
- 🧭 Color indicators for resolution groups
- 📱 Fully responsive interface
🛠 Tech stack
- Nuxt 3 (SSR, Nitro)
- TypeScript
- Tailwind CSS
- Sharp
- JSZip
- Server-Sent Events
⚙️ Flags
--port,-p— port (default: 4000)--host,-H— host (default: localhost)
📄 License
MIT — see LICENSE.
🔗 Links
- Repository: https://github.com/Tekkaee/skarbonka
