Add fallback to bcryptjs, make canvas optional

This commit is contained in:
TheArcaneBrony
2022-08-18 06:18:00 +02:00
committed by Rory&
parent 000f9db177
commit b58ea7039c

View File

@@ -1,5 +1,6 @@
import { Plugin } from "util/plugin";
import * as example_plugin from "./example-plugin/TestPlugin";
export const PluginIndex: any = {
"example-plugin": new example_plugin.default()
};
"example-plugin": new example_plugin.default(),
};