node-potrace
node-potrace copied to clipboard
var bitmap = new Bitmap(image.bitmap.width, image.bitmap.height); ^ TypeError: Cannot read properties of undefined (reading 'bitmap')
var bitmap = new Bitmap(image.bitmap.width, image.bitmap.height); ^
TypeError: Cannot read properties of undefined (reading 'bitmap')
help