Nick
Nick
I've investigated this, and the API for WP5 has changed a bit, and a lot of the changes this plugin makes would be considered 'hacks' around the API. I spent...
For functionality, the logic is ADDITIVE is stacked on another existing animation. Positions just import normally, and for rotations the logic is: ``` Actual Key Value = (keyframeRotationQuaternion * restRotationQuaternion)...
Any chance this can be merged soon? Kinda a waste to have to just bypass wasm-pack if features aren't available...
Does this support constraints like frameRate, width, height yet?
@nornagon I had just taken a look at the pull, in the tests it seemed to just supply true/false, I am mainly curious if passing constraints directly to getDisplayMedia are...
This is a known issue blocked by https://github.com/pop-os/cosmic-text/issues/70.
Instead of adding a new variant, it may make more sense to implement From for the style like some of the other widgets do so you can just have a...
Audit issue is unrelated.
Thinking about this it may make more sense to enable the image widget by default, and turn the "image" feature into actual codec support in general. That way it would...
Did a little investigation here, It looks like this example uncovers two possible issues with layout: It looks like cosmic-text should treat wrapping mode as 'best case' like the web....