/PhotoStickerApp

Photo Sticker Application In Angular JS

Primary LanguageJavaScript

Photo Sticker Application Built in Angular JS

This application is helps in placing stickers on top of images using svg.

##Features

  1. Draggable Stickers
  2. Resizeable/MoveAble Stickers once places on image
  3. Add/Delete stickers
  4. Using local storage to retain state of application even if user refresh page or come back after some time after exiting
  5. exportable as png image or svg file

##Following libraries are used in this project

  1. Angular JS
  2. Jquery
  3. svgjs(svgjs.com)
  4. bootstrap

##Online Demo

Online demo of the app can be accessed here https://shahzad31.github.io/PhotoStickerApp

##Generator

This project is generated with yo angular generator version 0.14.0.

Build & development

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.