From 87af35c3f4d1a293da4a76a191c95e9728829168 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 30 Dec 2023 12:07:35 +0000 Subject: [PATCH] update readme.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7beff66..333a02a 100644 --- a/README.md +++ b/README.md @@ -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 ---------------------------------------------------------------- ``` @@ -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