Skip to content

Repository files navigation

Image Overlay Tool · جایگذاری قالب روی تصویر

Apply a frame/template/signature to multiple images and download them as a ZIP

HTML5 CSS3 JavaScript Tailwind CSS RTL No Build Step


📖 About

A lightweight, dependency-free web tool that lets you batch-apply a visual frame template to many images at once and download all the results as a single ZIP file. RTL-first, Persian UI, dark theme by default.

Just open the HTML file in your browser — no server, no install, no build step.


🚀 Getting Started

Quick Start

# Clone the repo
git clone https://github.com/Yaldaj19/set-images-template.git
cd set-images-template

# Open in your browser (any modern browser works)
start index.html       # Windows
open index.html        # macOS
xdg-open index.html    # Linux

That's it. No dependencies to install. No build step. Everything is loaded via CDN.

Optional: serve locally

If your browser blocks local file access, run a tiny static server:

# Python
python -m http.server 8000

# Node
npx serve .

Then visit http://localhost:8000/.


🛠 Tech Stack

Layer Tool
Markup HTML5
Styling Tailwind CSS (via CDN) + custom CSS
Fonts Inter + Vazirmatn (Google Fonts)
Logic Vanilla JavaScript
ZIP packaging JSZip (CDN)

📂 Project Structure

set-images-template/
├── index.html       # Main entry point — open this in browser
├── assets/          # favicon, images, frame templates
├── scripts/         # JavaScript modules
└── styles/          # Custom CSS

✨ Features

  • 🖼️ Batch processing — apply a frame to many images at once
  • 📦 ZIP download — all framed images bundled into one file
  • 🌙 Dark theme with animated mesh background
  • 🌐 RTL & Persian by default (Vazirmatn font)
  • Zero dependencies to install — pure browser app
  • 📱 Responsive UI

🌐 Browser Support

Works on all modern browsers: Chrome, Firefox, Edge, Safari (latest 2 versions).


📄 License

Released under the MIT License.

About

HTML/CSS images template

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages