UNPKG

paella-core

Version:
10 lines (7 loc) 269 B
import CaptionsPlugin from 'paella-core/js/captions/CaptionsPlugin'; import PaellaCorePlugins from './PaellaCorePlugins'; export default class TestCaptionsPlugin extends CaptionsPlugin { getPluginModuleInstance() { return PaellaCorePlugins.Get(); } }