Skip to content
/ image Public
forked from nuxt/image

Plug-and-play image optimization for Nuxt applications.

License

Notifications You must be signed in to change notification settings

podlebar/image

Repository files navigation

@nuxt/image

Nuxt Image

npm version npm downloads Checks Codecov License

Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers (IPX, Cloudinary, TwicPics, etc).

<NuxtImg src="/image.png" width="500" height="200" />

⚠️ This module is still a work in progress, please be careful.

Contributing

You can contribute to this module online with CodeSandBox:

Edit @nuxt/image

Or locally:

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start development server using yarn dev

📑 License

MIT License

Copyright (c) Nuxt.js Team

About

Plug-and-play image optimization for Nuxt applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.1%
  • Vue 12.2%
  • JavaScript 3.2%
  • Shell 0.5%