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
352 stars 34 forks source link

how can i use d3-3d in vue? #17

Closed allizewell closed 3 years ago

allizewell commented 3 years ago

how can i use d3-3d in vue? image

Niekes commented 3 years ago

I don't think this is specific to vue.js. Have you tried to import is like that:

import { _3d } from 'd3-3d' ;

?