deck.js is a lightweight JavaScript library that facilitates the creation of modern HTML presentations. It allows users to easily build web-based slideshows and apply styles and animations using CSS3.
Latest Ver 1.1.0
Homepage
Github
0
5,423
Your presentation becomes art.
Create simple and attractive slides with deck.js.
A library for quickly and easily creating HTML-based presentations
⚠️ Some code, including import statements, may not run properly on jsFiddle. If it fails to execute, please copy the code and try it in your own environment.
📄 HTML
<section class="slide" id="slide1"><h1>Welcome to deck.js!</h1><p>Create modern HTML presentations.</p></section><section class="slide" id="slide2"><h2>Slide 2</h2><p>More content here.</p></section><script>$(function() { $.deck('.slide'); });</script>
🎨 External CSS
<link href="path/to/deck.js/core/deck.core.css" rel="stylesheet">
🧩 External JS
<script src="path/to/deck.js/modernizr.custom.js"></script>
<script src="path/to/deck.js/jquery.min.js"></script>
<script src="path/to/deck.js/core/deck.core.js"></script>
⚙️ JavaScript
$(function() { $.deck('.slide'); });
reveal.js is an open-source library for creating web-based presentations, allowing users to easily craft interactive and visually appealing presentations using HTML.
⚡ Top Tools for Developers
Text Comparison
Easily spot the differences between two texts.
Favicon Generator
Quickly and easily generate favicons.
Lorem Ipsum Generator
Generate placeholder text for your designs.
Character Counter
Check character and word count in real time.
SRT ↔ SMI Converter
Easily convert between subtitle formats.
Image Text Extractor
Automatically extract text from images.
✔
MIT License
MIT 라이선스는 가장 자유로운 오픈소스 라이선스입니다.
누구나 자유롭게 사용, 수정, 배포할 수 있으며,
원래 라이선스 문구를 포함해야 합니다.