提交 959dd721 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

feat: 文档修改canvas 绘画为画布

上级 b025856f
......@@ -577,7 +577,7 @@ uni.addInterceptor({
| :------------------------------------------------- | :--------------------- |
| [uni.pageScrollTo](/api/ui/scroll?id=pagescrollto) | 将页面滚动到目标位置。 |
#### 绘画
#### 画布
| API | 说明 |
| :----------------------------------------------------------- | :------------------- |
......
......@@ -120,7 +120,7 @@
* [uni.getFileInfo](file/file.md#getfileinfo)
* [uni.openDocument](file/file.md#opendocument)
* [uni.getFileSystemManager](file/getFileSystemManager.md)
* 绘画
* 画布
* [uni.createOffscreenCanvas](canvas/createOffscreenCanvas.md)
* [uni.createCanvasContext](canvas/createCanvasContext.md)
* [uni.canvasToTempFilePath](canvas/canvasToTempFilePath.md)
......
......@@ -740,7 +740,7 @@ nvue 支持大部分 uni-app API ,下面只列举目前还**不支持的 API**
|-- |-- |
|uni.createIntersectionObserver() |创建并返回一个 IntersectionObserver 对象实例 |
##### 绘画
##### 画布
canvas API使用,[详见canvas文档](https://uniapp.dcloud.net.cn/api/canvas/createCanvasContext)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册