mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 00:45:07 +01:00
7 lines
No EOL
159 B
Text
7 lines
No EOL
159 B
Text
/**
|
|
* This is used to compile a self-registering
|
|
* es5 compatible version of the plugin.
|
|
*/
|
|
|
|
import plugin from './math.js'
|
|
Reveal.registerPlugin( plugin ); |