Michael Stramel

Results 173 comments of Michael Stramel

@kissu here is an example using with React. https://stackblitz.com/edit/github-6zni2a?file=src/components/Card.jsx https://stackblitz.com/edit/github-6zni2a?file=src/pages/index.astro

Going to close this since this is possible. Feel free to comment if you're experiencing issues.

I'm going to close this as we're going to be refactoring to be moving SVGO to the build time.

@natemoo-re I just stumbled upon this issue as well. I'm not aware of the original decision behind the service but is the service necessary? To bypass the versioning issue, would...

@zaha @DJOCKER-FACE I forked and did a quick implementation using the updated tooling and `@iconify/json` as a peerDependency. Seems to be working 👍🏼 You can try it out using: ```sh...

@SenseiMarv So I dug into this a bit today. The issue is that with the Vercel serverless functions, they don't deploy `node_modules` and the function is going to attempt to...

@SenseiMarv I was able to get it up and working on Vercel. https://astro-icon-test-qjvhzptnd-stramel.vercel.app/ Huge thanks to @JuanM04 for the PR in the Vercel adapter to make this work. Once the...

Thanks for suggesting this. I think this takes a slightly different approach and both can co-exist. I have added the Astro support for `unplugin-icons` upstream so both should work now.

Would love to see this get bumped soon 👍

@jxnblk Anything we can do to get this merged?