docs(links): add image-dimensions JavaScript library reference
All checks were successful
ci / ci (push) Successful in 34s
ci / lint-markdown (push) Successful in 7s
ci / lint-commit (push) Successful in 10s

This commit is contained in:
Théo LUDWIG 2023-12-21 15:20:09 +01:00
parent 8fc0664833
commit b32b6e9e2a
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -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) - [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) - [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 - 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 ## Rust Resources