Collage Photo Maker is a simple and easy-to-use library that allows you to create a wonderful collage from many images.
Just include this in your project:
<div id="wrap"> </div>
and the script below:
$(document).ready(function(){
collage($('#wrap'));
)}
This library is based on jQuery and it's plugins (jQuery-ui, jQuery-touch-punch) and html2canvas. But all you need is a little knowledge of jQuery.
Then let's play!
Follow steps below:
- Download direct or clone library
git clone https://github.com/tribalmedia/photocollagemaker.git
. - Include
photoCollageMaker.js
in your project. - Include the code in the 'Getting Started' in anywhere you want.
- Collage your images in a frame.
- Resize the frame.
- Drag images in the frame.
- Download collaged image.
Run the test.html
file for more details.
-
html2canvas
To install jQuery, jQuery-ui, jQuery-touch-punch libraries run below commandline:
npm install
bower install
<code> with ❤ by Tribal Media House
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details