Skip to content

Commit ad41662

Browse files
authored
Merge pull request #277 from cyntler/readme-update
docs: add comments to supported files types table
2 parents 7098f53 + 28d8a02 commit ad41662

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,28 @@ File viewer for **React v17+**.
4747

4848
## Supported file types
4949

50-
| Extension | MIME Type |
51-
| --------- | ------------------------------------------------------------------------- |
52-
| bmp | image/bmp |
53-
| csv | text/csv |
54-
| odt | application/vnd.oasis.opendocument.text |
55-
| doc | application/msword |
56-
| docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
57-
| gif | image/gif |
58-
| htm | text/htm |
59-
| html | text/html |
60-
| jpg | image/jpg |
61-
| jpeg | image/jpeg |
62-
| pdf | application/pdf |
63-
| png | image/png |
64-
| ppt | application/vnd.ms-powerpoint |
65-
| pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |
66-
| tiff | image/tiff |
67-
| txt | text/plain |
68-
| xls | application/vnd.ms-excel |
69-
| xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
70-
| mp4 | video/mp4 |
71-
| webp | image/webp |
50+
| Extension | MIME Type | Comments |
51+
| --------- | ------------------------------------------------------------------------- | ------------- |
52+
| bmp | image/bmp | |
53+
| csv | text/csv | |
54+
| odt | application/vnd.oasis.opendocument.text | |
55+
| doc | application/msword | Public URLs only! |
56+
| docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Public URLs only! |
57+
| gif | image/gif | |
58+
| htm | text/htm | |
59+
| html | text/html | |
60+
| jpg | image/jpg | |
61+
| jpeg | image/jpeg | |
62+
| pdf | application/pdf | |
63+
| png | image/png | |
64+
| ppt | application/vnd.ms-powerpoint | Public URLs only! |
65+
| pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Public URLs only! |
66+
| tiff | image/tiff | |
67+
| txt | text/plain | |
68+
| xls | application/vnd.ms-excel | Public URLs only! |
69+
| xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Public URLs only! |
70+
| mp4 | video/mp4 | |
71+
| webp | image/webp | |
7272

7373
## Storybook Demo
7474

0 commit comments

Comments
 (0)