2.6.8 • Published 1 year ago

dxf-write v2.6.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.6.6

1 year ago

2.6.8

1 year ago

2.6.5

1 year ago

2.6.4

1 year ago

2.6.3

1 year ago