Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #20 from SimonSiefke/push
Browse files Browse the repository at this point in the history
Push
  • Loading branch information
SimonSiefke authored Dec 23, 2018
2 parents 5182d9e + 738a7da commit b0f80cc
Show file tree
Hide file tree
Showing 24 changed files with 753 additions and 490 deletions.
14 changes: 14 additions & 0 deletions Issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
1. fix width & height options
1. show seams option
1. seamcarving api:

```html
<seam-carving
src="image.png"
:wanted-width="22"
:wanted-height="33"
></seam-carving>
```

1. codesandbox
1. wasm
38 changes: 16 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
# seamcarving2
[![Greenkeeper badge](https://badges.greenkeeper.io/SimonSiefke/seamcarving.svg)](https://greenkeeper.io/)

## Project setup
```
npm install
```
# Seam Carving ⛏

### Compiles and hot-reloads for development
```
npm run serve
```
> A Seam Carving implementation in Typescript & Vue.js.
### Compiles and minifies for production
```
npm run build
```
## Demo

### Run your tests
```
npm run test
```
[https://seamcarving.now.sh](https://seamcarving.now.sh) 👈

### Lints and fixes files
```
npm run lint
## Quickstart 🚀

```bash
git clone https://github.com/SimonSiefke/seamcarving &&
cd seamcarving &&
npm install &&
npm run dev
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Credits

- Layout based on [http://zhangwenli.com/Polyvia/image.html](http://zhangwenli.com/Polyvia/image.html) by [Olivia](https://github.com/Ovilia/Polyvia)
- Loading Spinner based on [https://codepen.io/aurer/pen/jEGbA](https://codepen.io/aurer/pen/jEGbA) by [Aurer](https://codepen.io/aurer/pen/jEGbA)
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ["@vue/app"]
};
}
Loading

1 comment on commit b0f80cc

@vercel
Copy link

@vercel vercel bot commented on b0f80cc Dec 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://seamcarving-5ixsz4qcw.now.sh to the following alias.

Please sign in to comment.