17 lines
248 B
Markdown
17 lines
248 B
Markdown
# Seam carving
|
|
|
|
https://en.wikipedia.org/wiki/Seam_carving
|
|
|
|
## Building & run
|
|
|
|
Windows & linux
|
|
```shell
|
|
zig build run
|
|
```
|
|
|
|
Web
|
|
```shell
|
|
emsdk install latest
|
|
zig build -Dtarget=wasm32-emscripten --sysroot [path to emsdk]/upstream/emscripten run
|
|
```
|