Skip to content

Commit

Permalink
feat(*): add VideoFrame to createImageBitmap (#35518)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar authored Aug 19, 2024
1 parent e295790 commit 58e2387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/web/api/createimagebitmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ createImageBitmap(image, sx, sy, sw, sh, options)
- {{domxref("ImageData")}}
- {{domxref("ImageBitmap")}}
- {{domxref("OffscreenCanvas")}}
- {{domxref("VideoFrame")}}
- `sx`
- : The x coordinate of the reference point of the rectangle from which the `ImageBitmap` will be extracted.
- `sy`
Expand Down

0 comments on commit 58e2387

Please sign in to comment.