svgcode

1.0.3 • Public • Published

Build Status Coverage Status

svgcode

A minimal SVG to GCODE converter for 2d operations

Installation

npm install svgcode

Usage

const svgcode = require("svgcode");

const gcode = svgcode()
.loadFile(__dirname + "test/helloworld.svg")
.generateGcode()
.getGcode();

console.log(gcode)

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Readme

Keywords

Package Sidebar

Install

npm i svgcode

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

14.8 kB

Total Files

8

Last publish

Collaborators

  • pileoni