Tobias Andersen

Results 19 comments of Tobias Andersen
trafficstars

It could be that the XML parsing is wrong here, I've never used it myself. When you used that data (as seen on your last picture), but didn't click "Send...

I'm referring to this package: https://www.npmjs.com/package/@nxtedition/graphics-kit. I released an update yesterday where this should be fixed.

We have a helper `useClock()` hook here: https://github.com/nxtedition/create-caspar-graphics/blob/master/packages/graphics-kit/src/use-clock.js. We haven't documented this one yet, but it can be used similar to the other hooks as described here: https://gfx.nxtedition.com/docs/hooks/use-image.

It's close, but the options passed to it should be as described here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat. This is probably what you want: ```jsx const GsapUr = () => { const ur =...

It looks like it's using an old version of caspar-graphics. Can you see which version you're using?

`v1.0.0-beta.30` is the correct one. I don't think `npm audit fix` works well in this case because of the beta versions.

> So conclusion, do'nt run any npm audit fix unless it's not a beta? Yes at least for this project. But I think we could publish a non-beta version and...

I've published v1.0.0 now. You can see all version here: https://www.npmjs.com/package/@nxtedition/caspar-graphics?activeTab=versions. All examples are available here: https://github.com/nxtedition/create-caspar-graphics/tree/master/packages/examples/templates. But we don't clone them to your computer when you make a new...