react-canvascanva 渲染的 React 組件
React canvas 給 React 組件增加能力以呈現(xiàn)給<canvas>,而不是 DOM。這個項目正在進行中。盡管大量代碼產(chǎn)生于 flipboard.com,但是 React canvas 仍能綁定最新的 API,并且可以修改。
示例代碼:
render() {
...
return (
<Group style={this.getStyle()}>
<Gradient style={this.getGradientStyle()}
colorStops={this.getGradientColors()} />
</Group>
);
}
getGradientColors(){
return [
{ color: "transparent", position: 0 },
{ color: "#000", position: 1 }
]
}評論
圖片
表情
