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
When I try to import tex2max using declare var tex2max: any; I get a ReferenceError: tex2max is not defined. But this doesn't occur with other packages. I have tried binding the scripts by installing the npm package and through the script tag in index.html
To Reproduce
Steps to reproduce the behavior:
Install npm package using npm install tex2max --save-dev
Try to import and use a tex2max object
See error
Expected behavior
tex2max object should be created, I need the toMaxima() method specifically
Desktop (please complete the following information):
MacOS 10.14.6
Firefox 78.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to import
tex2max
usingdeclare var tex2max: any;
I get aReferenceError: tex2max is not defined
. But this doesn't occur with other packages. I have tried binding the scripts by installing the npm package and through the script tag in index.htmlTo Reproduce
Steps to reproduce the behavior:
npm install tex2max --save-dev
Expected behavior
tex2max object should be created, I need the toMaxima() method specifically
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: