The project is a fork of https://github.com/vagran/dxf-viewer - Kudos to authors and contributors!
npm install dxf-2d-loader
Sync happens through a rebase to keep the git history as simple as possible. Create a new pix4d release by appending a "+pix4d" to the package version and generate a new git tag, following the same pattern. For example:
The latest pulled version of the library is "1.0.42". Make the change in the package.json file:
- "version": "1.0.42",
+ "version": "1.0.42+pix4d",
Next, commit the change:
git commit -am "release: pix4d"
Next, tag the commit:
git tag "v1.0.42+pix4d"
And push changes to origin:
git push origin --tags
Contribute directly to the main library https://github.com/vagran/dxf-viewer
This project is licensed under the terms of the Mozilla Public License 2.0.