0.1.2 • Published 2 years ago

canvas-react-timeline v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

canvas-react-timeline

快速上手

安装

npm install canvas-react-timeline
## 例子
import CanvasTimeLine from "canvas-react-timeline";

const getTime=(time)=>{
    console.log(time)
}

<CanvasTimeLine canvasHeight={100} canvasWidth={1000} mouseMoveTime={getTime}/>

Api

参数说明是否必填类型默认值
canvasHeighttruestring
canvasWidthtruestring
mouseMoveTime鼠标移动获取时间truefunction
fontColor时间字体颜色falsestringrgba(20, 223, 235, 1)
canvasColor时间刻度尺颜色falsestringrgba(20, 223, 235, 1)
0.1.2

2 years ago

0.1.1

2 years ago

1.0.0

2 years ago