1.0.3 • Published 3 years ago

svgcode v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago