presentazione-papero/plugin/zoom/zoom.es5

7 lines
159 B
Plaintext

/**
* This is used to compile a self-registering
* es5 compatible version of the plugin.
*/
import plugin from './zoom.js'
Reveal.registerPlugin( plugin );