kaluginserg / cytoscape-node-html-label

Labels for cytoscape node. Demo:
https://kaluginserg.github.io/cytoscape-node-html-label/
MIT License
102 stars 43 forks source link

Housekeeping, update typescript, use cytoscape types #45

Open josejulio opened 4 years ago

josejulio commented 4 years ago

Still missing the register function in the .d.ts file

gaetanmaisse commented 3 years ago

@josejulio The improvement in TS types are great 💪🏻 , I would really like to use them instead of redefining my own in my projects, any chance it will be merged and released one day? I can help on things if needed 😉

josejulio commented 3 years ago

@josejulio The improvement in TS types are great 💪🏻 , I would really like to use them instead of redefining my own in my projects, any chance it will be merged and released one day? I can help on things if needed

If you could rebase/fix conflicts on this PR that would be great! Else I will try to do it this week. Thanks!

gaetanmaisse commented 3 years ago

I will work on a new branch to reapply your change and at the same time use the latest version of TS. Will let you know when the PR will be ready.

gaetanmaisse commented 3 years ago

@josejulio see https://github.com/kaluginserg/cytoscape-node-html-label/pull/56 :)