diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e10b1..de05029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ release steps in [CONTRIBUTING.md](CONTRIBUTING.md). ## [Unreleased] +### Added + +- Open Graph and Twitter card metadata on the demo site, plus a description and + canonical URL. Links to the demo previously rendered as a bare URL with no + preview anywhere they were shared, and search engines had no description to + index the page on. +- A 1200x630 social card, `demo/social-preview.jpg`, rendered from the demo + itself so it shows the tool in use. + ### Fixed - Partial style overrides no longer discard the defaults. Passing something like diff --git a/demo/index.html b/demo/index.html index 0789b8d..e6286b4 100644 --- a/demo/index.html +++ b/demo/index.html @@ -2,8 +2,65 @@ - VisualImageTool – Demos + + Visual Image Tool — focal point & crop zone picker for the web + + + + + + + + + + + + + + + + + + + + + + + +

VisualImageTool

- A lightweight vanilla JavaScript tool to define focus points and crop - zones on images. + Let people pick the focal point and crop zone. You get the pixel + coordinates.

diff --git a/demo/social-preview.jpg b/demo/social-preview.jpg new file mode 100644 index 0000000..ac1f360 Binary files /dev/null and b/demo/social-preview.jpg differ