- Notifications
You must be signed in to change notification settings - Fork6
newbeea/awesome-image
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
AwesomeImage is a universal image component that supportslazy/progressive/responsive/automatic webp which compatible with Vue2/Vue3/NUXT.
It can also be paired with the official WebGL filter library or a custom WebGL filter component, or the WebGL transition component for an awesome image display or button effect.
Lazy loading —— set when to load the image and placeholder image separately
Responsive loading —— load images of different sizes based on screen width
Progressive loading —— load a 48px blured image as placeholder, then display the image smoothly
SSR —— support server-side rendering, if specify non-lazy loading for the first screen, it will load the images before
hydrate. And compatible with the progressive effect, improve the first screen loading experienceWEBP compatibility —— you can use the
auto-webpproperty to add a webp compatible notation when using an image service that does not support automatic webpWebGL filter ——
WebGL Filter Componentcan be used inAsImagecomponent to processe imageMoreWebGL transition —— you can use the webgl image transition component
AsTransitionto switch image with awesome webgl effect. SupportGLTransitions and custom WebGL image transitionsMoreCustom image url generator —— @awesome-image/services has built-in image url generator rules such as fastly and upyun, you can customize other image url generator functionsMore
pnpm ipnpm run build// @awesome-image/imagepnpm -C ./packages/image/ dev// @awesome-image/transitionpnpm -C ./packages/transition/ dev// @awesome-image/servicespnpm -C ./packages/services/ dev// @awesome-image/filter-glitchpnpm -C ./packages/filters/glitch/ devAbout
Awesome image component for vue2 & vue3 & nuxt. Lazyload / Responsive / Progressive / WebGL Filter / WebGL Transition / WebP
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.


