This repo a demo of the Seam Carving algorithm implemented in Rust running on Web Assembly. For a detailed write up, read here.
If you want to run the repo locally, you'll need the following:
node
yarn
cargoFirst, install the application dependencies with:
yarn installNext, install the required cargo watch binary.
cargo install cargo-watchFinally, run the development server with:
yarn dev
The application will be available on http://localhost:3000.