Travis Fischer
Travis Fischer
Unfortunately, as far as I know, itβs only possible to post to IG from the mobile apps directly or via reverse engineering hacks that will not be supported by this...
What platform are you experiencing this on? Which version of React and node.js? If you can provide a repro scenario, that'd be great since I've never seen this happen in...
> Can you provide a bit more info on the webpack issue? This was just caused by it using an older version of `ava` that didn't recognize the `"compileEnhancements": false`...
Remove the `fps` argument -- it's resulting in an invalid parameter to ffmpeg.
mp4 videos don't support transparency. Your best bet is to output a series of transparent png images and use that "image-*.png" type pattern as your overlay input.
PRs welcome π
OpenGL is the key to this type of effect and it only supports working with textures. Textures can be images, canvas elements, or video elements. Any other DOM nodes will...
This should be a pretty simple change. Feel free to submit a PR that allows for the current slide to be controlled via a prop such that the parent component...
Great catch π― And thanks for the in-depth issue description + PR.
It looks like `gap` support should be included in the next release of `yoga-layout` https://github.com/facebook/yoga/pull/1116, though yoga doesn't seem to release updates very often.