Skip to content

Commit

Permalink
Docs: Translate ImageUtils page (#28159)
Browse files Browse the repository at this point in the history
  • Loading branch information
lreebom committed Apr 19, 2024
1 parent df2bdbe commit edc383d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/api/zh/extras/ImageUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
<h1>[name]</h1>

<p class="desc">
A class containing utility functions for images.
包含Image功能函数的工具类
</p>

<h2>Methods</h2>
<h2>方法(Methods</h2>

<h3>[method:String getDataURL]( [param:HTMLCanvasElement image] | [param:HTMLImageElement image] | [param:ImageBitmap image] )</h3>
<p>
image -- The image object.<br /><br />

Returns a data URI containing a representation of the given image.
image -- Image对象<br /><br />
返回Image对象的DataURL<br />
</p>

<h2>Source</h2>
Expand Down

0 comments on commit edc383d

Please sign in to comment.