lordanubi

Results 4 issues of lordanubi

Looking crazy good is it possibile to set this up with Deno instead?

HI is there any way to do this? I didn't see anything on the docs. It's pretty useful when you have a lot of statics nodes which don't need reactivity...

enhancement
help wanted

I'm working on a React Component animated Transform that uses SVGPathCommander under the hood: ``` const AnimatedTransform = ({children,...transfProps }) => { if (window.isBrowser) { return children.map(path => { const...

Hello I'm having some problems when deploying a script that locally was working perfectly. Since I needed some [Vercel AI utiliities](https://github.com/vercel/ai) to deal with OpenAI streaming API which only works...