Raphaël Améaume
Raphaël Améaume
Thanks for the kind words Fabien, and the reporting of this issue. Indeed, there was a mixed-up between the custom and native events firing from . In this case, the...
Indeed, the current implementation of GIF encoding is quite slow comparing to other encoders at your disposal in Fragment. To be honest, I added it using gif.js but I haven't...
Not saying it should be implemented in Fragment, but maybe in gifenc or somewhere in between. Sharing the point of view of @mattdesl here: > it would be nice to...
Thanks for this detailed PR @FabienMotte! There's a few changes I'd like to request and I also have a few questions since I have very little experience with Typescript: -...
I merged some changes into `dev` which makes some types obsolete already, sorry 😄 - "vec2" and "vec3" do not exist anymore, in favor of a generic `vec` fieldType. It...
This is not currently possible but it's been on the roadmap for a while! I'm curious what you'd like to be possible? Per sketch configuration ? Global configuration ?
Hello @bravokiloecho. Apologies for the delay to bring this feature made months ago in a new proper release. You can now use a flag `exportDir` as described in #37. Cheers!
That's a good idea to allow configuration of this on the sketch file as well. I'll have a look into that.
Hello @bravokiloecho! Maybe merged too quickly but I've added an `exportDir` exports from the sketch file as a possible way to change the exports directory. Can you have a [look...