From 4b2266eac5f94343fb71a70e45a4b3cc36e3646a Mon Sep 17 00:00:00 2001 From: Linus Schilpp Date: Fri, 21 Jun 2024 10:51:26 +0200 Subject: [PATCH] add screenshots and increase ui size --- README.md | 3 +++ index.html | 8 +++++--- index.js | 2 +- screenshots/identity.png | Bin 0 -> 40035 bytes screenshots/mirror_x.png | Bin 0 -> 40075 bytes screenshots/skew_y.png | Bin 0 -> 42144 bytes 6 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 screenshots/identity.png create mode 100644 screenshots/mirror_x.png create mode 100644 screenshots/skew_y.png diff --git a/README.md b/README.md index d547334..e2b8c79 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ You can enter any arbitrary numbers for the four matrix values, and the resultin [Interactive Page](https://lischilpp.github.io/Linear-Transformation-Plotter) # Screenshots +![](screenshots/identity.png) +![](screenshots/skew_y.png) +![](screenshots/mirror_x.png) diff --git a/index.html b/index.html index 7285297..cd64c03 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,13 @@