mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-02-24 00:47:42 +01:00
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
/**
|
|
* This is used to compile a self-registering
|
|
* es5 compatible version of the plugin.
|
|
*/
|
|
|
|
import plugin from './highlight.js'
|
|
Reveal.registerPlugin( plugin ); |