resplash / README.md
p1atdev's picture
Update README.md
bba8f93
|
raw
history blame
376 Bytes
metadata
license: mit
language:
  - en

hand.json

3000 images about "Hand" retrieved from Unsplash.

Type Definition

interface Photo {
  color: string
  description: string | null
  alt_description: string | null
  tags: string[]
  urls: {
    raw: string
    full: string
    regular: string
    small: string
    thumb: string
    small_s3: string
  }
}