27 lines
757 B
Markdown
27 lines
757 B
Markdown
![]() |
# scale
|
||
|
|
||
|
[![](https://img.shields.io/travis/antvis/scale.svg)](https://travis-ci.org/antvis/scale)
|
||
|
![](https://img.shields.io/badge/language-javascript-red.svg)
|
||
|
![](https://img.shields.io/badge/license-MIT-000000.svg)
|
||
|
|
||
|
[![npm package](https://img.shields.io/npm/v/@antv/scale.svg)](https://www.npmjs.com/package/@antv/scale)
|
||
|
[![NPM downloads](http://img.shields.io/npm/dm/@antv/scale.svg)](https://npmjs.org/package/@antv/scale)
|
||
|
[![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/scale.svg)](http://isitmaintained.com/project/antvis/scale "Percentage of issues still open")
|
||
|
|
||
|
|
||
|
|
||
|
## Installing
|
||
|
|
||
|
`npm install @antv/scale`
|
||
|
|
||
|
```js
|
||
|
import scale from '@antv/scale';
|
||
|
|
||
|
```
|
||
|
|
||
|
## API
|
||
|
|
||
|
See details at https://antv.alipay.com
|
||
|
|
||
|
## Contributing
|