resplash / README.md
p1atdev's picture
Update README.md
7ecec8c
|
raw
history blame
488 Bytes
---
license: mit
language:
- en
---
# hand.json
3,000 image data about "Hand" retrieved from Unsplash.
# portrait.json
10,000 image data about "Portrait" retrieved from Unsplash.
# Type Definition
```typescript
interface Photo {
id: number
color: string
description: string | null
alt_description: string | null
tags: string[]
likes: number
urls: {
raw: string
full: string
regular: string
small: string
thumb: string
small_s3: string
}
}
```