mifi / editly

Slick, declarative command line video editing & API
MIT License
4.64k stars 295 forks source link

TypeError: createTransition is not a function #268

Open uwemaurer opened 11 months ago

uwemaurer commented 11 months ago

I get TypeError: createTransition is not a function in node_modules/.pnpm/editly@0.14.2/node_modules/editly/glTransitions.js:37

When I edit this file and change this line

const { default: createTransition } = glTransition;

to

const createTransition = glTransition;

then it works fine.

Basically the last change to this file breaks it for me: https://github.com/mifi/editly/commit/0f051cccfeb4facfe517f06d30c4152eb5441429#diff-8a7da2bde7862d52e9f270d719931562d0c4dbeb1e898cf9389f2da34f76a8de

I use node v18.17.0, latest version of editly.