Update FX.js

This commit is contained in:
Richard Davey 2023-02-16 12:59:57 +00:00
parent 9011d78fd4
commit 293ea49a39

View file

@ -216,6 +216,8 @@ var FX = {
return this.addFX(new Effects.Wipe(this)); return this.addFX(new Effects.Wipe(this));
} }
// tilt shift / god rays / motion blur?
}; };
module.exports = FX; module.exports = FX;