Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/munishchouhan/image_graphics_creator
- Owner: munishchouhan
- Created: 2017-03-19T17:19:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T06:17:29.000Z (over 5 years ago)
- Last Synced: 2024-11-19T03:10:03.768Z (2 months ago)
- Language: JavaScript
- Size: 1.88 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.