Tobias Fried

Results 117 comments of Tobias Fried

Duotone support is added in v2.0.0.

I got this to work by passing `{ scale: 1 }` instead of `{ adjustGlyf: false }` merge options, for some reason. This is odd, since both of these should...

Importing from dist is allowed, but only when it is truly an `import`, and not transpiled to a `require`, as I suspect is happening in jest. The submodule imports are...

Just pushed an experimental update that has CJS artifacts and should be natively discoverable by node enviroments. Please give it a try by installing version 2.1.3, or with `npm i...

Note, you'll have to import them from `/dist/ssr` now

@mredigonda it probably fixed the problem but showed another error, that no type declarations were found. That is what I encountered in testing, at least. Types are now linked correctly...

@mredigonda this looks like it could be linked to the Next compiler, as I have seen similar errors that trace back to using large component libraries (1000+ files) in their...

Hey gang. The paths for the icons were correct, but the typings did not account for the aliasing we do in the `exports` field in `package.json`. I have pushed a...

@lionelrudaz I'm really not sure, I don't use Next and I'm honestly shocked at the hoops library maintainers are now needing to jump through to make basic functionality work in...