# webppt **Repository Path**: qinyongcheng/webppt ## Basic Information - **Project Name**: webppt - **Description**: 一个在线演示文稿(幻灯片)JS库,支持3D等多种动画转场效果 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 8 - **Created**: 2019-06-16 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README # 🎨 webppt > 一个基于 h5 + css3 + JavaScript 的开源在线演示文稿(幻灯片)框架,可以帮助用户使用web浏览器搭建一个漂亮的网页版PPT。 在线体验地址:[https://qinyongcheng.github.io/webppt/](https://qinyongcheng.github.io/webppt/) # 🚀 使用 ## 一、HTML中使用 ### (一)安装 #### 1.通过cdn安装(推荐) ``` ``` #### 2.直接下载安装 [css下载](https://unpkg.com/webppt@1.0.10/dist/style.css) [js下载](https://unpkg.com/webppt@1.0.10/dist/index.min.js)"> ### (二)编写PPT #### (1)最简单PPT ```