# image-swiper **Repository Path**: Edsuns/image-swiper ## Basic Information - **Project Name**: image-swiper - **Description**: An image viewer with smooth enter and exit transitions, supports lazy-load and gesture control. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://www.npmjs.com/package/image-swiper - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-19 - **Last Updated**: 2022-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 图片查看器, 组件, 相册, Vue ## README # Image Swiper [![Version](https://img.shields.io/npm/v/image-swiper)](https://www.npmjs.com/package/image-swiper) *[English](README.md) | 简体中文* ## 特性 [查看示例](https://edsuns.github.io/image-swiper) - 连贯顺滑的进入退出过渡动画 - 图片热加载 - 多图片组 - 手势控制(上下左右滑、双击或双指缩合) ## 快速上手 安装依赖: ```bash npm install image-swiper ``` 用法(TypeScript 和 Vue 3): ```vue ```