konvajs / konva

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://konvajs.org/
Other
11.07k stars 896 forks source link

Would it be right if I try to integrate dxf file decoder as a shape into Knova? #1781

Closed jeff1992 closed 1 week ago

jeff1992 commented 2 weeks ago

I'm use Konva in my project which display biulding map and it's device symbles. The backgound map always given as a dxf file(converted from dwg), and I need to display it in Knova. I found a npm package "dxf" a nice solution that decode dxf objects into several polylines.

see dxf: https://github.com/skymakerolof/dxf

lavrton commented 1 week ago

It can be done as a separate package/plugin. If you are interested, feel free to publish it.