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
Nice project. I am very sorry to bother you with my lack of knowledge but I will take a chance to ask you my lame question anyways:
I have seen the projectstorm react diagrams and then after almost a day of digging, I found your project. I am glad I did, because I am not using neither React nor Angular. I am using MS Blazor. A very simple way to interact with any client library is via javascript interop. It works fine with many projects so far (ex babylonjs, etc).
At first I tried to extract a minified javascript version of the original project storm react project to make the graphs work in Blazor, but there are many things that I do not get properly. and I cannot make it
So, my question is: is there a way for me to simply include a couple of .js files and css from your project, and use it "as is" in plain javascript ? (no npm, no typescript, no yarn, etc. Just a reference to a plain vanilla minified javascript)
It is super hard to find a proper library that does Nodes with multiple ports and allow to connect edges on them !
Yours does it of course.
Sorry to bother you again. Any hint is super appreciated !!
Best regards,
Javier
The text was updated successfully, but these errors were encountered:
Hi there,
Nice project. I am very sorry to bother you with my lack of knowledge but I will take a chance to ask you my lame question anyways:
I have seen the projectstorm react diagrams and then after almost a day of digging, I found your project. I am glad I did, because I am not using neither React nor Angular. I am using MS Blazor. A very simple way to interact with any client library is via javascript interop. It works fine with many projects so far (ex babylonjs, etc).
At first I tried to extract a minified javascript version of the original project storm react project to make the graphs work in Blazor, but there are many things that I do not get properly. and I cannot make it
So, my question is: is there a way for me to simply include a couple of .js files and css from your project, and use it "as is" in plain javascript ? (no npm, no typescript, no yarn, etc. Just a reference to a plain vanilla minified javascript)
It is super hard to find a proper library that does Nodes with multiple ports and allow to connect edges on them !
Yours does it of course.
Sorry to bother you again. Any hint is super appreciated !!
Best regards,
Javier
The text was updated successfully, but these errors were encountered: