feat(plugins) default plugin class and initial plugins: interact, timing and utils base
This commit is contained in:
11
lib/plugins/CetraPlugin.js
Normal file
11
lib/plugins/CetraPlugin.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default class CetraPlugin {
|
||||
constructor() {}
|
||||
|
||||
register(name, id) {
|
||||
console.log('register method not implemented', this.constructor.name);
|
||||
}
|
||||
|
||||
initComponent(el) {
|
||||
console.log('there is no init method for this element', el);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user