benfred/venn.js

Abandoned? Lots of good PRs out there.

clintonmedbery opened this issue · 2 comments

Looks like this library has been abandoned which is a shame because it's a nice library. Any chance a new owner could take over or we could at least get some new PRs approved? @benfred @ben-pr-p

Hi,

I created a maintained fork at https://github.com/upsetjs/venn.js that is published at https://www.npmjs.com/package/@upsetjs/venn.js.

Changes so far:

  • integrated PR #140
  • integrated PR #135
  • integrated PR #132
  • updated the build system
  • dropped bower support
  • TypeScript typings
  • upgraded code to ES6
  • add a layout wrapper that acts similar to a D3 layout which allows render it manually or even in Canvas: https://github.com/upsetjs/venn.js#manual-usage
  • add a distinct mode in which the data is given in a distinct way (the value of A means the number of elements only in A but not somewhere else)

@noahfinerp your PR was not in vain!