# 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 ```