Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stanfordbdhg/imagesource

A Swift Package to easily get images from the camera and photos picker in SwiftUI
https://github.com/stanfordbdhg/imagesource

camera imagegallery photopicker swift swiftui

Last synced: about 1 month ago
JSON representation

A Swift Package to easily get images from the camera and photos picker in SwiftUI

Awesome Lists containing this project

README

        

# ImageSource

[![Build and Test](https://github.com/StanfordBDHG/ImageSource/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordBDHG/ImageSource/actions/workflows/build-and-test.yml)

## Installation

The project can be added to your Xcode project or Swift Package using the [Swift Package Manager](https://github.com/apple/swift-package-manager).

**Xcode:** For an Xcode project, follow the instructions on [adding package dependencies to your app](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).

**Swift Package:** You can follow the [Swift Package Manager documentation about defining dependencies](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#defining-dependencies) to add this project as a dependency to your Swift Package.

## License
This project is licensed under the MIT License. See [Licenses](https://github.com/StanfordBDHG/ImageSource/tree/main/LICENSES) for more information.

## Contributors
This project is developed as part of the Stanford Byers Center for Biodesign at Stanford University.
See [CONTRIBUTORS.md](https://github.com/StanfordBDHG/ImageSource/tree/main/CONTRIBUTORS.md) for a full list of all ImageSource contributors.

![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-light.png#gh-light-mode-only)
![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-dark.png#gh-dark-mode-only)