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
Hi
I just converted svgjs.d.ts successfully
but the generated extern use require
So I can't use it directly, I have to write untyped Browser.window["svgdotjs_svg_$js_svgdotjs_SvgJs"] = untyped SVG;
and then delete require from output js to be able to run on the browser locally
like so :
My question is how to config the dts2hx so it can be used locally
The text was updated successfully, but these errors were encountered:
Hi
I just converted svgjs.d.ts successfully
but the generated extern use require
So I can't use it directly, I have to write
untyped Browser.window["svgdotjs_svg_$js_svgdotjs_SvgJs"] = untyped SVG;
and then delete require from output js to be able to run on the browser locally
like so :
My question is how to config the dts2hx so it can be used locally
The text was updated successfully, but these errors were encountered: