You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 months ago | |
|---|---|---|
| .. | ||
| dist | 4 months ago | |
| types | 4 months ago | |
| LICENSE | 4 months ago | |
| README.md | 4 months ago | |
| package.json | 4 months ago | |
README.md
@antv/g-plugin-dragndrop
Orbit control with Hammer.js.
Getting Started
import { Plugin } from '@antv/g-plugin-dragndrop';
// create a renderer
const canvasRenderer = new CanvasRenderer();
// register Control plugin
canvasRenderer.registerPlugin(new Plugin());