UNPKG

866 BMarkdownView Raw
1# interaction
2
3[![](https://img.shields.io/travis/antvis/interaction.svg)](https://travis-ci.org/antvis/interaction)
4![](https://img.shields.io/badge/language-javascript-red.svg)
5![](https://img.shields.io/badge/license-MIT-000000.svg)
6
7[![npm package](https://img.shields.io/npm/v/@antv/interaction.svg)](https://www.npmjs.com/package/@antv/interaction)
8[![NPM downloads](http://img.shields.io/npm/dm/@antv/interaction.svg)](https://npmjs.org/package/@antv/interaction)
9[![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/interaction.svg)](http://isitmaintained.com/project/antvis/interaction "Percentage of issues still open")
10
11interaction plugins for AntV products
12
13## Installing
14
15`npm install @antv/interaction`
16
17```js
18import interaction from '@antv/interaction';
19
20```
21
22## API
23
24See details at https://antv.alipay.com
25
26## Contributing