diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-05-28 19:58:23 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-05-28 19:58:23 -0400 |
| commit | c4939e02b80bf857419a257be316b5f87eae3445 (patch) | |
| tree | 132545095d855a3e55c5a7b997ef4bd9ade129ed /README.md | |
| parent | 2d8035f4724f38875d0f29faa1069772d6aadb79 (diff) | |
Implement per-image information and display.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ Suppose we denote the following shape of JSON object as a `ImageResult`. "id": number, "filename": string, "thumb_filename": string, + "orig_filename": string, "tags": [string, ...], } ``` |