canvas-ui
canvas-ui copied to clipboard
UI Renderer runs on top of the HTML5 Canvas
文字描边效果
 请问支不支持文字描边的效果?
除了这个以外有什么推荐的react用canvas绘制ui的库吗?
Hello! 您好 This PR builds on the work in #35 (HeadlessCanvas). It depends on BridgeEventBinding from #32. This PR adds DOM-standard pointer capture API to enable proper event routing during...
Hello! 您好 This PR builds on the work in #35 (HeadlessCanvas). It depends on BridgeEventBinding from #32 for test infrastructure. When scrolling through examples in storybook, it was annoying that...
Hello! 您好 I ran into this while attempting to create a slider component. This PR fixes RenderCircle to automatically set its size (width/height) to the diameter (radius * 2) when...
Hello! 您好 This builds on my work in https://github.com/alibaba/canvas-ui/pull/31, I suggest you will want to look at the last commit to understand this PR. When that other PR is merged...
Hello! 您好 This builds on my work in https://github.com/alibaba/canvas-ui/pull/34, I suggest you will want to look at the last commit to understand this PR. When that other PRs are merged...
Hello! 您好 This builds on my work in https://github.com/alibaba/canvas-ui/pull/32, I suggest you will want to look at the last commit to understand this PR. When that other PR is merged...
One item that kept tripping me up was the name RenderCanvas. It's odd because it owns a `` in `this._el`. What about RenderRoot? - Clear: it's the root of the...