venn.ts
v0.0.3
Published
This project is a TypeScript port of the excellent [venn.js](https://github.com/benfred/venn.js) library.
Readme
venn.ts
This project is a TypeScript port of the excellent venn.js library.
Note: This project was "vibe coded" entirely by Gemini 3 Pro.
Differences from venn.js
While the core logic remains faithful to the original, there are a few key architectural differences:
| Feature | venn.ts | venn.js | | :--- | :--- | :--- | | Language | TypeScript | JavaScript | | Module System | ESM (ECMAScript Modules) | UMD | | Install Size | ~28kb (d3 external) | 11MB |
Acknowledgements
A huge thanks to benfred for creating the original venn.js library, which this project is based on.
