diff --git a/line-segment-intersection/screenshot.png b/line-segment-intersection/screenshot.png index 3685dd6..c4b4320 100644 Binary files a/line-segment-intersection/screenshot.png and b/line-segment-intersection/screenshot.png differ diff --git a/line-segment-intersection/script/screenshot b/line-segment-intersection/script/screenshot new file mode 100755 index 0000000..904ea6a --- /dev/null +++ b/line-segment-intersection/script/screenshot @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +google-chrome --headless --disable-gpu \ + --screenshot=$(pwd)/screenshot.png --window-size=1280,900 \ + http://localhost:5173 2>/dev/null