This commit is contained in:
Maze Winther
2026-01-15 11:05:17 +01:00
parent c19f085e48
commit deef784b76
182 changed files with 7787 additions and 18046 deletions
@@ -36,7 +36,7 @@ export class ImageNode extends BaseNode<ImageNodeParams> {
const imageTime = this.getImageTime(time);
return (
imageTime >= this.params.trimStart - IMAGE_EPSILON &&
imageTime < this.params.duration - this.params.trimEnd
imageTime < this.params.trimStart + this.params.duration
);
}