1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 06:38:08 +02:00

rebase and rebuild

This commit is contained in:
Hakim El Hattab
2025-05-09 13:58:14 +02:00
parent 3ee52e140e
commit 53855d4a49
8 changed files with 1403 additions and 1328 deletions

View File

@@ -669,19 +669,23 @@ Reveal.on( 'customevent', function() {
</div>
</div>
<!-- Use the built assets if you want to run reveal.js without a web server -->
<!--
<script src="dist/reveal.js"></script>
<script src="dist/plugin/zoom.js"></script>
<script src="dist/plugin/notes.js"></script>
<script src="dist/plugin/search.js"></script>
<script src="dist/plugin/markdown.js"></script>
<script src="dist/plugin/highlight.js"></script>
<script>
// import Reveal from 'reveal.js';
// import RevealZoom from 'reveal.js/plugin/zoom';
// import RevealNotes from 'reveal.js/plugin/notes';
// import RevealSearch from 'reveal.js/plugin/search';
// import RevealMarkdown from 'reveal.js/plugin/markdown';
// import RevealHighlight from 'reveal.js/plugin/highlight';
-->
<script type="module">
import Reveal from 'reveal.js';
import RevealZoom from 'reveal.js/plugin/zoom';
import RevealNotes from 'reveal.js/plugin/notes';
import RevealSearch from 'reveal.js/plugin/search';
import RevealMarkdown from 'reveal.js/plugin/markdown';
import RevealHighlight from 'reveal.js/plugin/highlight';
// Also available as an ES module, see:
// https://revealjs.com/initialization/

23
dist/plugin/notes.js vendored

File diff suppressed because one or more lines are too long

921
dist/plugin/notes.mjs vendored

File diff suppressed because it is too large Load Diff

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long

2
dist/reveal.d.ts vendored
View File

@@ -562,7 +562,7 @@ declare interface Config {
* // reveal.js is ready
* });
*/
declare let Reveal: {
declare const Reveal: {
initialize: (options?: Config) => Promise<void>;
[key: string]: any;
};

42
dist/reveal.js vendored

File diff suppressed because one or more lines are too long

1721
dist/reveal.mjs vendored

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,7 @@ import {
} from './utils/constants.js'
// The reveal.js version
export const VERSION = '6.0.0';
export const VERSION = '6.0.0-rc.2';
/**
* reveal.js