diff --git a/README.md b/README.md index f349ca2..dfc0769 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # madify -This is the source code for https://madi.fi. This project serves as a demonstration of using a custom [CamanJS](http://camanjs.com/) filter (in this case, the [customscale filter](https://www.npmjs.com/package/@jmu-cs/customscale-camanjs-filter), which defaults to [JMU colors](https://www.jmu.edu/identity/our-style/color.shtml)) to modify a user's image and offer it back for them to save it, all done (client-side) in the user's own browser. \ No newline at end of file +This is the source code for https://madi.fi. This project serves as a demonstration of using a custom [CamanJS](http://camanjs.com/) filter (in this case, the [customscale filter](https://www.npmjs.com/package/@jmu-cs/customscale-camanjs-filter), which defaults to [JMU colors](https://www.jmu.edu/identity/our-style/color.shtml)) to modify a user's image and offer it back for them to save it, all done (client-side) in the user's own browser. + +## Local usage +- Run `python -m SimpleHTTPServer` from the root of the repository +- Navigate to `localhost:8000` +- Drag and drop (or upload) an image + - It may take a few moments for your madified image to appear +- Click on the image to download your madified image diff --git a/img/duke-dog.png b/img/duke-dog.png new file mode 100644 index 0000000..60bd105 Binary files /dev/null and b/img/duke-dog.png differ diff --git a/index.html b/index.html index 8ead69c..9ec915a 100644 --- a/index.html +++ b/index.html @@ -31,27 +31,22 @@ - - -
- - - + +