@design-core/core
v50.1.0
Published
2D CAD Library
Downloads
367
Readme
Design-Core

Design-Core is a dependency free open source JavaScript library for two-dimensional computer-aided design (CAD).
Design-Core uses the industry standard Drawing Exchange Format (DXF) to read and write CAD data and implements drawing visualization functionality. It can be used with HTML canvas elements or Cairo graphics.
| :warning: WARNING: Design-Core is currently experimental / proof of concept and only suitable for testing. |
Links
- Docs: https://design-app.readthedocs.io/en/latest/index.html
- DXF: https://en.wikipedia.org/wiki/AutoCAD_DXF
- Design-Web: https://github.com/dubstar-04/Design-Web
- HTML Canvas: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
- Cairo: https://www.cairographics.org/
Publishing
npm login
npm publish --access public
