codeMan f03f940133 2023-6-20 2 years ago
..
dist f03f940133 2023-6-20 2 years ago
node_modules f03f940133 2023-6-20 2 years ago
LICENSE f03f940133 2023-6-20 2 years ago
README.md f03f940133 2023-6-20 2 years ago
package.json f03f940133 2023-6-20 2 years 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());