react-canvas
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: iOS
- 软件首页: https://github.com/Flipboard/react-canvas
- 软件文档: https://github.com/Flipboard/react-canvas
软件介绍
React canvas 给 React 组件增加能力以呈现给<canvas>,而不是 DOM。这个项目正在进行中。尽管大量代码产生于 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 }
]
}
Programming Amazon Web Services
James Murty / O'Reilly Media / 2008-3-25 / USD 49.99
Building on the success of its storefront and fulfillment services, Amazon now allows businesses to "rent" computing power, data storage and bandwidth on its vast network platform. This book demonstra......一起来看看 《Programming Amazon Web Services》 这本书的介绍吧!
