Skip to content

Commit b58ea70

Browse files
Add fallback to bcryptjs, make canvas optional
1 parent 000f9db commit b58ea70

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/plugins/PluginIndex.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import { Plugin } from "util/plugin";
12
import * as example_plugin from "./example-plugin/TestPlugin";
23

34
export const PluginIndex: any = {
4-
"example-plugin": new example_plugin.default()
5-
};
5+
"example-plugin": new example_plugin.default(),
6+
};

0 commit comments

Comments
 (0)