2.6.8 • Published 2 years ago

dxf-write v2.6.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

writer

A Javascript dxf generator, written in Typescript.

ci publish codecov

GitHub npm (scoped) npm

Installation

yarn add @tarikjabiri/dxf
# Or npm
npm i @tarikjabiri/dxf
# Or pnpm
pnpm add @tarikjabiri/dxf

Getting started

import { DxfWriter, point3d } from "@tarikjabiri/dxf";
const dxf = new DxfWriter();
dxf.addLine(point3d(0, 0), point3d(100, 100));
// To get the dxf string just call the stringify() method
const dxfString = dxf.stringify();

More informations

Sponsors

2.6.7

2 years ago

2.6.6

2 years ago

2.6.8

2 years ago

2.6.5

2 years ago

2.6.4

2 years ago

2.6.3

2 years ago