https://github.com/recurrsed/duo_photo
https://github.com/recurrsed/duo_photo
photo-editing vanilla-javascript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/recurrsed/duo_photo
- Owner: recurrsed
- Created: 2018-08-14T07:46:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T09:55:59.000Z (about 7 years ago)
- Last Synced: 2025-06-30T10:07:24.175Z (4 months ago)
- Topics: photo-editing, vanilla-javascript
- Language: JavaScript
- Homepage: http://emirmaljanovic.com/duo_photo
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# duo_photo
Made specifically for a repetitive task, which includes combining two photos, resizing them, adjusting position and saving in a fixed size (1400x700).
Usage: News article thumbnail.
### Tech
File upload, image drag/drop resize done in vanilla JS.
Image capturing done with the help of `html2canvas`.