This application is helps in placing stickers on top of images using svg.
##Features
- Draggable Stickers
- Resizeable/MoveAble Stickers once places on image
- Add/Delete stickers
- Using local storage to retain state of application even if user refresh page or come back after some time after exiting
- exportable as png image or svg file
##Following libraries are used in this project
- Angular JS
- Jquery
- svgjs(svgjs.com)
- 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.
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.