Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

A library help you to collage your images and it extremely easy to use.

License

Notifications You must be signed in to change notification settings

tribalmedia/photocollagemaker

Repository files navigation

Collage Photo Maker

Collage Photo Maker is a simple and easy-to-use library that allows you to create a wonderful collage from many images.

Getting Started

Just include this in your project:

<div id="wrap"> </div>

and the script below:

$(document).ready(function(){
    collage($('#wrap'));
)}

Prerequisites

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!

Installing

Follow steps below:

  1. Download direct or clone library git clone https://github.com/tribalmedia/photocollagemaker.git.
  2. Include photoCollageMaker.js in your project.
  3. Include the code in the 'Getting Started' in anywhere you want.

Features

  • Collage your images in a frame.
  • Resize the frame.
  • Drag images in the frame.
  • Download collaged image.

Running for test

Run the test.html file for more details.

Built With

To install jQuery, jQuery-ui, jQuery-touch-punch libraries run below commandline:

npm install
bower install

Authors

<code> with ❤ by Tribal Media House

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details