Show HN: Iconify-static – Use Iconify without the external CDN

  • Posted 7 hours ago by drbscl
  • 1 points
https://github.com/drbscl/iconify-static
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.

0 comments