You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ const meta = imageMeta(data);
39
39
## Development
40
40
41
41
- Clone this repository
42
-
- Install latest LTS version of [Node.js](https://nodejs.org/en/)
42
+
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
43
43
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
44
44
- Install dependencies using `pnpm install`
45
45
- Run interactive tests using `pnpm dev`
@@ -48,6 +48,8 @@ const meta = imageMeta(data);
48
48
49
49
Made with 💛
50
50
51
+
🔀 Based on [image-size](https://github.com/image-size/image-size) by [Aditya Yadav](https://github.com/netroy) and [contributors](https://github.com/image-size/image-size/graphs/contributors).
0 commit comments