From 974405b0aeb6e6cce8e655cc11d0902e0ce213a6 Mon Sep 17 00:00:00 2001 From: taoqf Date: Mon, 15 Nov 2021 18:02:29 +0800 Subject: [PATCH] revert --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 92e5d3a..b06cb73 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Dxf-Parser -**This comes from and will be merged to that if this [pr](https://github.com/gdsestimating/dxf-parser/pull/76) is published.** - **Dxf Parser** is a javascript parser for dxf files. It reads dxf files into one large javascript object with readable properties and a more logical structure. Also, keep an eye on [three-dxf](https://github.com/gdsestimating/three-dxf), a browser module for rendering the output of Dxf-Parser in the browser.