natirivero

Results 7 comments of natirivero

I've Installed it like @shrhdk said and it works, It provides an app with a simple UI, and I can now use it to convert text to svg from the...

``` import TextToSVG from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm'; // First argument is URL on web browsers, but it is file path on Node.js. TextToSVG.load( 'https://rawgit.com/shrhdk/text-to-svg/master/fonts/ipag.ttf', function (err, textToSVG) { const svg = textToSVG.getSVG('hello');...

In case you're making the same mistake I was... I had this issue and it was because I was using `->id` instead of `->ID` `$existing_brewery_id = $existing_brewery->ID; // Line 221...

+1 Works in my iOS device BUT NOT on my Windows 11 Laptop (Chrome).

Yes I am also using swiperjs now El El jue, 18 de abr. de 2024 a la(s) 3:19 a. m., Tobias Kummer < ***@***.***> escribió: > I changed over to...

I think it is because you are calling it inmediately after mounting it, I replicated your issue but then wrapped inside a setTimeOut function and it worked `function createSlider() {...

It was just a quick test but Splide also have hooks, maybe one of those would work. Anyway, it's ok if you prefer to use a different tool :) El...