Skip to content

Commit 6e5caa0

Browse files
committed
Add changesets
1 parent debbcab commit 6e5caa0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/tall-loops-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@imgproxy/imgproxy-js-core": minor
3+
---
4+
5+
Add support for [video_thumbnail_animation property](https://docs.imgproxy.net/usage/processing#video-thumbnail-animation)

tests/optionsBasic/videoThumbnailAnimation.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ describe("videoThumbnailAnimation", () => {
1010
step: 1,
1111
delay: 100,
1212
frames: 10,
13+
frame_width: 320,
14+
frame_height: 240,
1315
};
1416
expect(test({ video_thumbnail_animation: vta })).toEqual(true);
1517
});
@@ -19,6 +21,8 @@ describe("videoThumbnailAnimation", () => {
1921
step: 2,
2022
delay: 200,
2123
frames: 5,
24+
frame_width: 320,
25+
frame_height: 240,
2226
};
2327
expect(test({ vta })).toEqual(true);
2428
});

0 commit comments

Comments
 (0)