# g-mobile-canvas-element

Create a CanvasLike element with existed context, such as CanvasRenderingContext2D.

There's no need to use this if your runtime is a standard web environment which `g-canvas` is suitable.

## Getting Started

```js
import { createMobileCanvasElement } from '@antv/g';
const mobileCanvasElement = createMobileCanvasElement(context);
```
