UNPKG

gerber-plotter

Version:

Streaming Gerber / NC drill layer image plotter

9 lines (6 loc) 140 B
// simple warning 'use strict' var warning = function(message, line) { return {message: message, line: line} } module.exports = warning