Skip to content

Commit

Permalink
Update Demo and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattar88 committed May 22, 2021
1 parent 05b29bb commit dbc33b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Just follow these simple steps in order to enable Image Maker to your app:
1. Include jQuery and jQuery UI and jQuery UI Touch Punch on your page.

```html
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js"></script>
```
Expand Down
10 changes: 8 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<link rel="profile" href="http://www.w3.org/1999/xhtml/vocab" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Image Maker Plugin</title>
<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">
<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">
<meta name="robots" content="follow, index">
<title>Jquery Image Maker Plugin</title>
<link rel="stylesheet" type="text/css" href="../imageMaker.min.css">

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
Expand Down Expand Up @@ -45,7 +48,10 @@
</script>
</head>
<body>
<div id="clothe-tshirt-maker"><h1>Clothes & T-Shirt maker</h1></div>
<a href="https://github.com/mattar88/imageMaker" class="btn btn-default btn-primary" >Back to repository</a>

</br>
<div id="clothe-tshirt-maker"><h1>Clothes & T-Shirt maker</h1></div>
</br>
<div id="memegenerator"><h1>Meme Generator</h1></div>
</br>
Expand Down

0 comments on commit dbc33b1

Please sign in to comment.