jor-col / svelte-custom-roulette

Custom Wheel Roulette Picker
https://www.npmjs.com/package/svelte-custom-roulette
MIT License
16 stars 5 forks source link

replace d3 dependency with d3-path (maybe) #22

Open colinwilliams91 opened 1 year ago

colinwilliams91 commented 1 year ago

pare down d3 charts dependency for d3-path which takes code that draws to a canvas and additionally renders to SVG

"Now code you write once can be used with both Canvas (for performance) and SVG (for convenience). For a practical example, see d3-shape."

d3-path