# lottie-web-vue3 **Repository Path**: luckzz_admin/lottie-web-vue3 ## Basic Information - **Project Name**: lottie-web-vue3 - **Description**: 基于 lottie-web-vue 插件上拓展 renderer 属性功能,支持'svg' | 'canvas' | 'html'。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-23 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Lottie-Web-Vue3

*** # 介绍 当设计师提供的 AE JSON 数据包含图片时,使用 Lottie-web-vue 插件, 会出现一些问题图片无法渲染,渲染位置出错等问题。 主要原因是Lottie-web-vue 插件仅对渲染方式`renderer:‘svg’`模式进行封装,因此基于 lottie-web-vue 插件进行拓展。具体问题见下方地址:https://blog.csdn.net/m0_37437840/article/details/148850276?spm=1001.2014.3001.5502 # 安装插件 ```js npm install --save lottie-web-vue3 ``` or ``` yarn add lottie-web-vue3 ```