Niekes / d3-3d

d3-3d is a powerful JavaScript library designed for 3D visualizations, specifically tailored to work seamlessly with d3.js. This library enables the projection of 3D data onto web browsers, making it an essential tool for developers interested in creating immersive and dynamic visualizations.
BSD 3-Clause "New" or "Revised" License
357 stars 34 forks source link

feat: add TypeScript types for d3-3d #29

Open aminya opened 3 months ago

aminya commented 3 months ago

This adds types for d3-3d, allowing it to be used in a type-safe context avoiding errors and providing better IDE experience.

Fixes #8

Upstreamed to DefinitelyTyped here: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70087