athif23 / image-copier

🖨️ Duplicate your images easier and faster.

Home Page:https://athif23.github.io/image-copier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Copier

🖨️ Duplicate your images easier and faster.

Why?

Have you ever had a situation, where you have an image that you want to multiply or duplcate but you are just too lazy to even use something like Publisher, Word, etc.? I had that situation. So that's why I make this app, to make it easier for me to duplicate or multiply an image without having me open the apps above. 😉

Features

  • Zoom in and out.
  • Responsive layout.
  • Basic image's cropper.
  • Save as PDF or JPG file.
  • Preview result in realtime.
  • Auto fill, automatically fill the paper with images.
  • Lock aspect ratio of your image. Makes your image proportional.
  • Differents sizes of paper, e.g A4, A3, A2, A1, Letter, Legal, etc.

Contributes

If you want to help me make the tool more usefull, feel free to contributes :)

How to contribute

  1. Fork this repo and follow setup below:
$ git clone https://github.com/your_github_username/image-copier.git
$ cd image-copier
$ yarn install
$ yarn serve
  1. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
  2. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  3. Push to the branch: git push origin feature/that-new-feature
  4. Create a pull request for your branch 🎉

Related Tools

  • imba - JS Framework with ruby and python like syntax but have React like feature.
  • jsPDF - I can generated the result to pdf, thanks for this tool.
  • Konva - Easily makes me handle the canvas stuff.
  • cropper.js

About

🖨️ Duplicate your images easier and faster.

https://athif23.github.io/image-copier

License:MIT License


Languages

Language:CSS 55.2%Language:JavaScript 37.4%Language:HTML 7.4%