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
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