@tarikjabiri/dxf
TypeScript icon, indicating that this package has built-in type declarations

2.8.9 • Public • Published

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

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i @tarikjabiri/dxf

    Weekly Downloads

    1,153

    Version

    2.8.9

    License

    MIT

    Unpacked Size

    287 kB

    Total Files

    8

    Last publish

    Collaborators

    • tarikjabiri