Skip to content

A JavaScript dxf generator written in TypeScript.

License

Notifications You must be signed in to change notification settings

DeepankarGupta13/writer

This branch is 1 commit behind dxfjs/writer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c25db5c ยท Jul 21, 2023
Apr 14, 2023
Apr 14, 2023
Jul 21, 2023
May 8, 2023
May 18, 2023
Jul 21, 2023
Nov 23, 2022
Nov 3, 2022
Feb 2, 2023
Aug 14, 2022
Apr 14, 2023
Jul 21, 2023
May 8, 2023
May 8, 2023
Oct 29, 2022
Oct 29, 2022
Aug 18, 2022
Apr 20, 2023

Repository files navigation

writer Verified on Openbase

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

Archilogic | Interior space for the digital world Slate Slate Mikey

About

A JavaScript dxf generator written in TypeScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.2%
  • JavaScript 0.8%