noflo / noflo-image

Image processing components for NoFlo.
MIT License
13 stars 9 forks source link

Needs to be converted to Process API from the deprecated WirePattern #239

Open linonetwo opened 1 year ago

linonetwo commented 1 year ago

node_modules\noflo-image\components\CalculateAspectRatio.coffee:18

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'WirePattern') at exports.getComponent (E:\repo\TiddlyGit-Desktop\node_modules.pnpm\noflo-image@0.4.0\node_modules\noflo-image\components\CalculateAspectRatio.coffee:18:17)

  noflo.helpers.WirePattern c,
linonetwo commented 1 year ago

1.2.0 (August 28th 2020)

bergie commented 1 year ago

Exactly, WirePattern has been deprecated for six years now. Process API is the way to go nowadays.

https://bergie.iki.fi/blog/noflo-process-api/

linonetwo commented 1 year ago

Wait, you can't close this issue as completed, because it make this repo unuseable with latest noflo.

bergie commented 1 year ago

Ok, relabelling.