Skip to content

A minimal SVG to GCODE converter for 2d operations

License

Notifications You must be signed in to change notification settings

piLeoni/svgcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A minimal SVG to GCODE converter for 2d operations

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published