metatools-extendable-plugin-loader
v1.0.2
Published
plugin system extendable from preset
Downloads
3
Maintainers
Readme
@Metatools/Extendable-Plugin-Loader
plugin system extendable from preset
Install
npm install metatools-extendable-plugin-loader
Usage
class example {
constructor (options) {
this.options = options;
}
}
const pluginsets = [
{
plugin:example,
options:'test'
}
]
const extendsets = [];
const plugins = loader.extend(pluginsets, extendsets);
if want more, see docs directry