Skip to content

Commit

Permalink
Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n authored Apr 5, 2024
1 parent 9e477d5 commit 608d86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 608d86c

Please sign in to comment.