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
I'm interested in using this as a library inside another program. I've installed it without the -g option and managed to require it, but I'm still seeing if I can hack my way past yargs, because I have a Node.js server that receives requests via localhost, so it will only be started once.
I suppose that, because of yargs, this will need some change in the code but, if it doesn't, some instructions in the README.md would be nice.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
found this in 2023. hope you found a solution. I'm too rusty on node packages to help.
Did you find a solution or an alternate package to use?
I'm not sure, I'm no longer working in the company where I needed that and I haven't found any code that I may have written as a proof of concept.
But I did managed to get something working. I think that I only did the conversion from text to SVG and then I wrote my own library to convert from SVG to G-code.
Hi everyone.
I'm interested in using this as a library inside another program. I've installed it without the
-g
option and managed torequire
it, but I'm still seeing if I can hack my way pastyargs
, because I have a Node.js server that receives requests vialocalhost
, so it will only be started once.I suppose that, because of
yargs
, this will need some change in the code but, if it doesn't, some instructions in theREADME.md
would be nice.Thanks in advance.
The text was updated successfully, but these errors were encountered: