@elrumordelaluz/trace
v1.0.0
Published
## Usage
Readme
trace
Usage
const trace = require('.')
const bytes = await readFile(__dirname + '/' + 'icon.png')
const traced = await trace(bytes)API
trace(input[, parserOptions, traceOptions])inputType:
BufferparserOptionsOptions from pngjs
traceOptionsOptions from imagetracejs
