Hacker News new | ask | show | jobs
Show HN: Iconify-static – Use Iconify without the external CDN (github.com)
1 points by drbscl 146 days ago
Iconify is a great library for using icons in webapps, but the official library makes client-side retrievals from Iconify's CDN at runtime.

This was deal breaker while I worked on an offline-first side project, so I built this library which downloads icons and adds it to your app's assets when Vite performs building.