You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
I was not able to use it in Electron (v 1.4.12).
Tip: changing the last line from:
})(typeof window !== 'undefined' ? window : module.exports);
to:
})(module.exports);
worked, but it may affect other languages.
The text was updated successfully, but these errors were encountered: