Skip to content

Commit

Permalink
Add readme for cmdline sample
Browse files Browse the repository at this point in the history
  • Loading branch information
KnicKnic committed Jul 14, 2018
1 parent 44f616a commit fbc51c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions samples/cmdline/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cmdline
Lets you enter magick commands and execute them in the browser. You can also get a link for your command and share that with others.

See https://knicknic.github.io/imagemagick/

## Deploy
copy a release (magickApi.js, magick.js, magick.wasm) along with this index.html into a webserver.
4 changes: 2 additions & 2 deletions samples/cmdline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<body>
For license info of this project and related components see <a href="https://github.com/knicknic/WASM-ImageMagick">https://github.com/knicknic/WASM-ImageMagick</a>
<br><p id="descriptionTxt">Enter description</p>
<br><p id="descriptionTxt"></p>
<div id="advancedOptions" hidden>


Expand All @@ -32,7 +32,7 @@
<label for="descriptionInput">Description</label>
</td>
<td>
<input type="text" id="descriptionInput" size=120 value="Enter description">
<input type="text" id="descriptionInput" size=120 value="Site lets you execute magick commands in your browser and share commands via url.">
</td>
</tr>
<tr>
Expand Down

0 comments on commit fbc51c6

Please sign in to comment.