Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Dec 30, 2023
1 parent af754be commit 87af35c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# sharp-read-bmp
Function for reading bmp and ico and returning a sharp instance

[![][npm-badge]][npm-link]
[![][mit-badge]][mit]

Installation
----------------------------------------------------------------
```
Expand All @@ -19,3 +22,12 @@ const sharpCtx = await sharpBmp('favicon.ico', mime);

console.log(await sharpCtx.metadata());
```

License
----------------------------------------------------------------
[MIT](LICENSE)

[mit]: http://opensource.org/licenses/MIT
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
[npm-link]: https://www.npmjs.com/package/@misskey-dev/sharp-read-bmp
[npm-badge]: https://img.shields.io/npm/v/@misskey-dev/sharp-read-bmp.svg?style=flat-square

0 comments on commit 87af35c

Please sign in to comment.