Skip to content

Commit

Permalink
Merge pull request #277 from cyntler/readme-update
Browse files Browse the repository at this point in the history
docs: add comments to supported files types table
  • Loading branch information
cyntler authored Jun 20, 2024
2 parents 7098f53 + 28d8a02 commit ad41662
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@ File viewer for **React v17+**.

## Supported file types

| Extension | MIME Type |
| --------- | ------------------------------------------------------------------------- |
| bmp | image/bmp |
| csv | text/csv |
| odt | application/vnd.oasis.opendocument.text |
| doc | application/msword |
| docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| gif | image/gif |
| htm | text/htm |
| html | text/html |
| jpg | image/jpg |
| jpeg | image/jpeg |
| pdf | application/pdf |
| png | image/png |
| ppt | application/vnd.ms-powerpoint |
| pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |
| tiff | image/tiff |
| txt | text/plain |
| xls | application/vnd.ms-excel |
| xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
| mp4 | video/mp4 |
| webp | image/webp |
| Extension | MIME Type | Comments |
| --------- | ------------------------------------------------------------------------- | ------------- |
| bmp | image/bmp | |
| csv | text/csv | |
| odt | application/vnd.oasis.opendocument.text | |
| doc | application/msword | Public URLs only! |
| docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Public URLs only! |
| gif | image/gif | |
| htm | text/htm | |
| html | text/html | |
| jpg | image/jpg | |
| jpeg | image/jpeg | |
| pdf | application/pdf | |
| png | image/png | |
| ppt | application/vnd.ms-powerpoint | Public URLs only! |
| pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Public URLs only! |
| tiff | image/tiff | |
| txt | text/plain | |
| xls | application/vnd.ms-excel | Public URLs only! |
| xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Public URLs only! |
| mp4 | video/mp4 | |
| webp | image/webp | |

## Storybook Demo

Expand Down

0 comments on commit ad41662

Please sign in to comment.