We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87085c5 commit 0080e52Copy full SHA for 0080e52
src/data/examples/zh-Hans/15_Instance_Mode/02_Instance_Container.js
@@ -1,8 +1,8 @@
1
/*
2
* @norender
3
* @name 实例容器
4
- * @description 你也可以制定一个默认容器作为画布,和其他任何想要被添加的元素,
5
- * 一并作为第二个参数。可以是带 ID 的 html 元素, 也可以是 html 节点本身。
+ * @description 第二个参数可以是你指定作为画布的默认容器,也可以是任何
+ 你想要添加此 p5 实例容器至的元素。可以是带 ID 的 html 元素, 也可以是 html 节点本身。
6
*
7
* 以下列举了三种选择 DOM 元素作为容器的方法。
8
* 所有由 p5 创建的 DOM 元素(画布,按钮,div 等)都会被添加到指定的 DOM 元素上,
0 commit comments