Philipp Kyeck

Results 57 comments of Philipp Kyeck
trafficstars

~~was wondering about the same thing. I have two projects (one using v8 the other v9) and I think the CSS output is different for the same SVGs using the...

Same here. Why is there no “official” version. I had a custom integration that broke with one of the last updates - although it was a minor one 😔

@tvillaren any progress/updates on the ordering?

ok, came up with a solution for my very special case where I know where to look for types/imports: Quick & dirty updated version of the aforementioned script ```ts import...

> The `--all` parameter runs all generation within a `Promise.all` Good to know. Then I should stick to the running them one by one with `--config=` 👌

> we'll revisit this and try to come up with another way. @nlf did you come up with something?

i now found out why 0.1.8 isn't working - it's because the callback was changed: ``` openFn(src, function (err, img) { // ... }); ``` pls update the examples. thx.