秋
秋
HI, @L1fescape because hand close gesture is not supported by leapjs API, and do you have any idea how to analysis the frame data and support hand close gesture ?...
Hi, thank you for a great library. I have issue on my chrome. here is screenshot http://i61.tinypic.com/do9xz8.png Do you know how to fix it ? thanks
Here's error ``` warning.js:36 Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check...
how about this one ? ``` const style = { //'position': 'static', 'position': 'relative', 'display': 'inline-block', //'right': this.state.animatedWidth, 'transform': `translate3d(-${this.state.animatedWidth}px, 0px, 0px)`, 'whiteSpace': 'nowrap' }; ```
as you know, in views/models/routers, there are a few pre-defined variables, like _, Bones, Backbone and they can be used in client side and server side. But there is no...