Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このメソッドを返す方法はありますか? 実行されたかどうかを確認するだけですか?
context.drawImage(video,0,0,100,200);
ありがとう
メソッドは以下を返しますvoid( w3 仕様を参照)。
void
// drawing images void drawImage((HTMLImageElement or HTMLCanvasElement or HTMLVideoElement) image, unrestricted double dx, unrestricted double dy);
コードを単体テストする方法について、いくつかの良い提案がありますcanvas。
canvas