From b32b6e9e2a2664ec44c9e2f1f3b1b89124dcc6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 21 Dec 2023 15:20:09 +0100 Subject: [PATCH] docs(links): add image-dimensions JavaScript library reference --- documentation/Links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/Links.md b/documentation/Links.md index a2f755b..8fdc908 100644 --- a/documentation/Links.md +++ b/documentation/Links.md @@ -5,6 +5,7 @@ - [MDN - Media type and format guide: image, audio, and video content](https://developer.mozilla.org/en-US/docs/Web/Media/Formats) - [dav1d - AV1 cross-platform decoder, open-source, and focused on speed and correctness](https://github.com/videolan/dav1d) - [image - blog which introduces a crate to decode/encode using its API for complex image formats](https://blog.logrocket.com/decoding-encoding-images-rust-using-image-crate/) +- [image-dimensions - Get the dimensions of an image in any modern JavaScript environment](https://github.com/sindresorhus/image-dimensions) ## Rust Resources