From 7bfdc9e2e8e27bfcfb42dba4833c4afc92b368d9 Mon Sep 17 00:00:00 2001 From: untir_l <87096069+untir-l@users.noreply.github.com> Date: Fri, 18 Feb 2022 16:07:27 +0530 Subject: Add sample image and embed it in README --- README.md | 2 +- sample.bmp | Bin 0 -> 2430054 bytes sample.png | Bin 0 -> 22319 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 sample.bmp create mode 100644 sample.png diff --git a/README.md b/README.md index 4b09c5a..6d5f201 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Library and CLI app to generate hitomezashi patterns like the following: -*pending addition of image* +sample hitomezashi pattern Inspired by [Numberphile's video](https://www.youtube.com/watch?v=JbfhzlMk2eY) on hitomezashi stitch patterns. diff --git a/sample.bmp b/sample.bmp new file mode 100644 index 0000000..6a0181d Binary files /dev/null and b/sample.bmp differ diff --git a/sample.png b/sample.png new file mode 100644 index 0000000..b1d6f61 Binary files /dev/null and b/sample.png differ -- cgit v1.2.3-57-g22cb