Enhancing the library with other features #39
Replies: 2 comments 3 replies
-
I think that js-dxf could be used in combination with other very competent dxf parsers to accomplish this. My experience is that https://github.com/bjnortier/dxf is a very good library for reading dxf files. Not sure that I would put them both in the same. Rather use them together. Just want to make sure that we dont reinvent the wheel. |
Beta Was this translation helpful? Give feedback.
-
Yes, I agree about the Typescript. I would also like to get rid of the "require" and use vanilla "import" statement. |
Beta Was this translation helpful? Give feedback.
-
something like :
Or we can add to it other entities or layers ...
And I want to contribute when i have time 💯
because this will help me on a project I want to read dxf files an export them 🥇
Beta Was this translation helpful? Give feedback.
All reactions