strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
834 stars 132 forks source link

It seems like NPM package is incomplete #40

Closed mfidemraizer closed 6 years ago

mfidemraizer commented 7 years ago

I've installed graphdracula using jspm (i.e. jspm install graphdracula) and /layout JavaScript files aren't downloaded.

Thank you in advance!

mfidemraizer commented 7 years ago

Also, /renderer and /algorithms are empty.

strathausen commented 7 years ago

I see the files under /lib/layout etc., can you check? Can you tell me more about what you are trying to do? Thank you!

mfidemraizer commented 7 years ago

Finally your diagrams didn't fit well in my scenario and I've found another library.

BTW, did you try to install the library using jspm install npm:graphdracula command?

strathausen commented 7 years ago

Yes, that's what I did.