Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Vtracer

install

# Web app
git clone --depth=1 https://github.com/visioncortex/vtracer
cd vtracer
nvm install 16.20.0
nvm use 16.20.0
cd webapp/app
npm install
cargo install --force wasm-pack
wasm-pack build
npm run build
# Arch
yay -S --noconfirm vtracer
# Cargo
cargo install --force vtracer

usage

# Web App
serve -s . -p 4321
# CLI
vtracer -i "$1" -o _vtracer.svg

vtracer_webapp