Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,15 @@ language:
|
|
12 |
|
13 |
10,000 image data about "Portrait" retrieved from Unsplash.
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# Type Definition
|
16 |
|
17 |
```typescript
|
|
|
12 |
|
13 |
10,000 image data about "Portrait" retrieved from Unsplash.
|
14 |
|
15 |
+
# Tool
|
16 |
+
|
17 |
+
- [unsplash-wizard](https://github.com/p1atdev/unsplash-wizard)
|
18 |
+
|
19 |
+
```typescript
|
20 |
+
deno task build
|
21 |
+
./unsplash download ./hand.json -o ./hand --color --relatedTags --likes 50
|
22 |
+
```
|
23 |
+
|
24 |
# Type Definition
|
25 |
|
26 |
```typescript
|