Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beyondxgb/wave-demo
/ functions
Functions
16 in github.com/beyondxgb/wave-demo
⨍
Functions
16
◇
Types & classes
5
↓ 2 callers
Method
update
({ nowRange, } = {})
src/components/WaterWave/wave.js:43
↓ 1 callers
Method
draw
()
src/components/WaterWave/index.js:46
↓ 1 callers
Method
drawCircle
(ctx)
src/components/WaterWave/index.js:95
↓ 1 callers
Method
drawContainer
(ctx)
src/components/WaterWave/index.js:70
↓ 1 callers
Method
drawHeart
(ctx, x = 150, y = 130, a = 9)
src/components/WaterWave/index.js:148
↓ 1 callers
Method
drawRoundRect
(ctx, x = 10, y = 10, width = 100, height = 250)
src/components/WaterWave/index.js:123
↓ 1 callers
Method
drawStar
(ctx, r = 70, R = 140, x = 145, y = 160)
src/components/WaterWave/index.js:109
↓ 1 callers
Method
getChartColor
(ctx)
src/components/WaterWave/wave.js:21
↓ 1 callers
Method
render
()
src/components/WaterWave/index.js:199
Method
componentDidMount
()
src/components/WaterWave/index.js:13
Method
constructor
(props)
src/components/WaterWave/index.js:6
Method
constructor
({ canvasWidth, // 轴长 canvasHeight, // 轴高 waveWidth = 0.055, // 波浪宽度,数越小越宽 waveHeight = 6, //
src/components/WaterWave/wave.js:2
Method
draw
(ctx)
src/components/WaterWave/wave.js:28
Method
drawBackground
(ctx)
src/components/WaterWave/index.js:83
Method
drawSin
(ctx, xOffset = 0, nowRange = 0)
src/components/WaterWave/index.js:174
Function
run
(canvasEl)
src/components/WaterWave/retina.js:2