EmergeTools / SnapshotPreviews-iOS

Automatic snapshots from Xcode previews
MIT License
193 stars 6 forks source link

Add public initializer #87

Closed noahsmartin closed 6 months ago

noahsmartin commented 6 months ago

Used to filter the preview gallery like this:

PreviewGallery(
  data: PreviewData(
    previews: findPreviews(shouldInclude: { name in
            return name.starts(with: "DemoModule.")
})))