@design-core/core
v0.0.2
Published
2D CAD Library
Downloads
3
Readme
Design-Core
Design-Core is a dependancy free opensource 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 impliments drawing visualisation functionality and 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