diff --git a/app/src/protyle/method.ts b/app/src/protyle/method.ts index c73677e6e..a6c8edfde 100644 --- a/app/src/protyle/method.ts +++ b/app/src/protyle/method.ts @@ -31,4 +31,7 @@ class Protyle { public static plantumlRender = plantumlRender; } +// @ts-ignore +window.Protyle = Protyle; + export default Protyle;