Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/munishchouhan/image_graphics_creator

A basic image and text creator
https://github.com/munishchouhan/image_graphics_creator

Last synced: 6 days ago
JSON representation

A basic image and text creator

Awesome Lists containing this project

README

        

# This app is created using JQuery, Javascript.

You can add the images to canvas by clicking on the image.

You can remove the images/text by right clicking in the same.

Insert text in the textbox and press addtext button to add the text in canvas.

You can drag the content anywhere in th canvas by just dragging it using mouse.

js folder contains the reuired libraries and custom.js file.

custom.js file conatins the javascript code for this application.

#this application can retain the change after close or refresh of the window.

### I have added a functionality of saving the work as an image using html2canvas and FileSaver libraries.
### You can press save image button to save the image.