contentlayerdev / contentlayerdev/contentlayer
Add support for importing images
Open
feature
topic: images
- Dominant language
- TypeScript
- Stars
- 3.5k
- Forks
- 192
- PR merge metrics
- No merged PRs in 30d
Description
One nice feat about `mdx-bundler` is that it allows for image bundling through import statements.
https://github.com/kentcdodds/mdx-bundler#image-bundling
Implementing this would be especially helpful for the very limited `next/image`, because there wouldn't be the need for width/size specification and it would provide a blur hash automatically.
Contributor guide
Assessment
This issue has not been assessed yet.