mike douges

Results 267 comments of mike douges

Do you have any example repository with Remotion + Skia? I'd be happy to wire things up to demonstrate :-)

I reckon let's start with a standalone remotion + skia project and we can go from there

Is there specific bundler configuration needed to get skia working? E.g. one error I have: ``` SyntaxError: The requested module '/node_modules/canvaskit-wasm/bin/full/canvaskit.js?v=862d4b20' does not provide an export named 'default' ``` 🤔

Oh great, will take it further tonight! Thanks mate.

Cool video! 😁 saw simondev in there! Hehe

Have you gotten react native skia running with Vite? Triplex uses it. I saw canvaskit example which helped get a bit further: https://github.com/simoncollins/skia-canvaskit-vite Unfortunately now I'm getting stuck with react...

It really depends on what you're looking for. Are you looking to run the entire remotion pipeline inside Triplex? If so, yes that probably won't work without some substantial effort...

I have a pull request to open up custom vite configs that will unblock some other folks as well. We can use it here to stub out the react native...

https://triplex.dev/docs/api-reference/config-options/unsafe-vite-config would be able to unblock this, probably.

I'm going to close this issue now. With custom vite configs you can change a lot of the internals where needed to run skia, if you'd be interested in exploring...