From 608d86cedd0d12a003116397af26758aa90872dc Mon Sep 17 00:00:00 2001 From: Nguyen Long Nhat <27698189+torn4dom4n@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:51:42 +0700 Subject: [PATCH] Bun --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d768360..57bf682 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Image Meta Fetcher allows you to fetch metadata for images in a directory. It re ```sh git clone https://github.com/AREA44/node-image-meta-fetcher cd node-image-meta-fetcher -pnpm install +bun install ``` After that, remove example images then copy your images into `images` folder and run: ```sh -node examples/ImageMetaFetcher.js +bun run examples/ImageMetaFetcher.js ``` You'll get an `images.json` in the `examples` directory. This file will contain an array of objects, where each object represents an image. The objects will have the following properties: