Skip to content

Commit 7c3bea1

Browse files
committed
Add logo
1 parent bd3b5a4 commit 7c3bea1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

media/logo.jpg

400 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "file-type",
33
"version": "19.3.0",
4-
"description": "Detect the file type of a Uint8Array/ArrayBuffer",
4+
"description": "Detect the file type of a file, stream, or data",
55
"license": "MIT",
66
"repository": "sindresorhus/file-type",
77
"funding": "https://github.com/sindresorhus/file-type?sponsor=1",

readme.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# file-type
1+
<h1 align="center" title="file-type">
2+
<img src="media/logo.jpg" alt="file-type logo">
3+
</h1>
24

3-
> Detect the file type of a Uint8Array/ArrayBuffer
5+
> Detect the file type of a file, stream, or data
46
57
The file type is detected by checking the [magic number](https://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files) of the buffer.
68

0 commit comments

Comments
 (0)