From d0658d9c669689fe0d15c13aa0b69a05e2cc67e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Gregersson?= Date: Thu, 18 Apr 2024 18:31:20 +0200 Subject: [PATCH] Added mention of, and link to plugin SnapshotVision. (#848) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a18e31904..fae8506ac 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,9 @@ targets: [ - [SnapshotTestingHEIC](https://github.com/alexey1312/SnapshotTestingHEIC) adds image support using the HEIC storage format which reduces file sizes in comparison to PNG. + - [SnapshotVision](https://github.com/gregersson/swift-snapshot-testing-vision) adds snapshot + strategy for text recognition on views and images. Uses Apples Vision framework. + Have you written your own SnapshotTesting plug-in? [Add it here](https://github.com/pointfreeco/swift-snapshot-testing/edit/master/README.md) and submit a pull request!