Skip to content

Commit dbc33b1

Browse files
committed
Update Demo and Readme
1 parent 05b29bb commit dbc33b1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Just follow these simple steps in order to enable Image Maker to your app:
3636
1. Include jQuery and jQuery UI and jQuery UI Touch Punch on your page.
3737

3838
```html
39-
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
39+
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
4040
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
4141
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js"></script>
4242
```

demo/index.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<link rel="profile" href="http://www.w3.org/1999/xhtml/vocab" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7-
<title>Image Maker Plugin</title>
7+
<meta name="keywords" content="Jquery Image Maker Plugin , Jquery Image Generator Plugin , Image Maker Plugin, Image Maker , Image Editor, Clothes and T-shirt maker , Birthday Cards maker">
8+
<meta name="description" content="JQuery Image Maker responsive plugin enable you to add a custom resizable texts to image in addition to merge images and Draw. It based on HTML5 canvas">
9+
<meta name="robots" content="follow, index">
10+
<title>Jquery Image Maker Plugin</title>
811
<link rel="stylesheet" type="text/css" href="../imageMaker.min.css">
912

1013
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
@@ -45,7 +48,10 @@
4548
</script>
4649
</head>
4750
<body>
48-
<div id="clothe-tshirt-maker"><h1>Clothes & T-Shirt maker</h1></div>
51+
<a href="https://github.com/mattar88/imageMaker" class="btn btn-default btn-primary" >Back to repository</a>
52+
53+
</br>
54+
<div id="clothe-tshirt-maker"><h1>Clothes & T-Shirt maker</h1></div>
4955
</br>
5056
<div id="memegenerator"><h1>Meme Generator</h1></div>
5157
</br>

0 commit comments

Comments
 (0)