OffscreenCanvas
离屏 canvas 实例,可通过 Taro.createOffscreenCanvas 创建。
方法
getContext
该方法返回 OffscreenCanvas 的绘图上下文
当前仅支持获取 WebGL 绘图上下文
(contextType: string) => RenderingContext
参数 | 类型 |
---|---|
contextType | string |
API 支持度
API | 微信小程序 | H5 | React Native |
---|---|---|---|
OffscreenCanvas.getContext | ✔️ |
API 支持度
API | 微信小程序 | H5 | React Native |
---|---|---|---|
OffscreenCanvas.getContext | ✔️ |