# LearnFusuma **Repository Path**: komavideo/LearnFusuma ## Basic Information - **Project Name**: LearnFusuma - **Description**: 使用Markdown语法轻松制作幻灯片 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-05-15 - **Last Updated**: 2021-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Fusuma - 使用Markdown语法轻松制作幻灯片 ======================================= ## Github库 https://github.com/hiroppy/fusuma ## 特征 + 支持多种网页幻灯片API * WebSlides * Presentation API + 支持不同的工作模式 * 开发 * 生产 * PDF输出 * GitHub网页 + 支持SNS, OGP图像, 全屏显示 + 提供发表模式 + 可自定制Javascript和CSS ## 安装 ### ※ Node.js > 8以上 ```bash $ mkdir myweb $ cd myweb $ npm init $ npm i fusuma --save-dev $ npx fusuma init ``` ## 制作幻灯片 ```bash $ mkdir slides $ cd slides $ nano 00.title.md ... # I like markdown. ... $ npx fusuma --help $ npx fusuma start ``` ## 制作更多的幻灯片 ### 01.helo.md ``` # 你好 Fusuma是使用Markdown语法轻松制作幻灯片的工具。 ``` ### 02.good.md ``` # 很好 ``` ### 03.yeah.md ``` # 真不错 ``` ### 99.end.md ``` # 再见 ``` ## 课程文件 https://gitee.com/komavideo/LearnFusuma ## 小马视频频道 http://komavideo.com