Skip to content

Commit 247849b

Browse files
committed
fix: update readme
1 parent f8fea8d commit 247849b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ targets: [
230230
[available-strategies]: https://swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/snapshotting
231231
[defining-strategies]: https://swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/customstrategies
232232

233-
## Plug-ins
233+
## Strategies / Plug-ins
234234

235235
- [AccessibilitySnapshot](https://github.com/cashapp/AccessibilitySnapshot) adds easy regression
236236
testing for iOS accessibility.
@@ -273,6 +273,18 @@ targets: [
273273
- [SnapshotVision](https://github.com/gregersson/swift-snapshot-testing-vision) adds snapshot
274274
strategy for text recognition on views and images. Uses Apples Vision framework.
275275

276+
- [Image Serialization Plugin - HEIC](https://github.com/mackoj/swift-snapshot-testing-plugin-heic) allow all the
277+
strategy that create image as output to store them in `.heic` storage format which reduces file sizes
278+
in comparison to PNG.
279+
280+
- [Image Serialization Plugin - WEBP](https://github.com/mackoj/swift-snapshot-testing-plugin-heic) allow all the
281+
strategy that create image as output to store them in `.webp` storage format which reduces file sizes
282+
in comparison to PNG.
283+
284+
- [Image Serialization Plugin - JXL](https://github.com/mackoj/swift-snapshot-testing-plugin-heic) allow all the
285+
strategy that create image as output to store them in `.jxl` storage format which reduces file sizes
286+
in comparison to PNG.
287+
276288
Have you written your own SnapshotTesting plug-in?
277289
[Add it here](https://github.com/pointfreeco/swift-snapshot-testing/edit/master/README.md) and
278290
submit a pull request!

0 commit comments

Comments
 (0)