Skip to content

Commit 9fbd85b

Browse files
author
Johan Junik Jo
committed
update readme
1 parent 814574b commit 9fbd85b

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
# image-diff
2-
![Alt Text](example.gif)
2+
vue component for multiple image comparison.
33

4-
client web application to compare multiple images.
5-
<br />
6-
you can pan, zoom and diff multiple images at the same time.
7-
<br />
8-
currently support 8bit jpg, png format
9-
<br />
10-
this project was built with the Vue framework and many other libraries.
11-
12-
## Demo
13-
you can online demo in [https://whwnsdlr1.github.io/image-diff](https://whwnsdlr1.github.io/image-diff/).
14-
<br />
15-
or
16-
<br />
17-
install project as below
4+
Web-App: [https://github.com/whwnsdlr1/image-diff](https://github.com/whwnsdlr1/image-diff)
5+
jsfiddle:
6+
## Build
7+
build project as below
188
```
19-
git clone https://github.com/whwnsdlr1/image-diff
20-
yarn install
21-
yarn run serve
9+
git clone https://github.com/whwnsdlr1/vue-image-diff
10+
cd vue-image-diff
11+
yarn run build
2212
```
23-
and access to http://localhost:port
2413

2514
## Usage
2615
1. load images by drag & drop or dialog that you can open by panel click.
@@ -77,7 +66,6 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
7766
- babel-eslint
7867
- eslint
7968
- eslint-plugin-vue
80-
- sitemap-webpack-plugin
8169
- vue-template-compiler
8270

8371
## TO-DO

0 commit comments

Comments
 (0)