Using iconify offline
See original GitHub issueI want to use iconify offline in a Nodejs app. However, I do not want to bundle only a few limited icons like how it is shown in https://iconify.design/docs/icon-bundles/.
I want iconify
to work like how it works when it is online. Is there a way to do that? Can I specify a path or install a package, so iconify imports the icons on demand from the disk instead of downloading them?
The app is a tool-bar for Atom and provides a service for others to add buttons. Previously, we bundled some icon sets with the app, and others could choose the icon they wanted to show by just choosing the name.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Iconify for Ember Offline Use
You can build icon bundles for icons that are used in your application, making icon data available offline. · You can use individual...
Read more >Using web component without Iconify API
Offline use · You can build icon bundles for icons that are used in your application, making icon data available offline. · You...
Read more >Iconify Icon Bundles
Offline use. Icon bundle is the easiest way to make Iconify icon component work without relying on API. Instead of loading icon data...
Read more >gridicons:offline - Icon Sets • Iconify
IconifyIcon web component makes using icons as easy as icon fonts. To use "offline" in HTML, add this code to the document:.
Read more >Iconify for React with API
Iconify for React is a basic component. It works offline and does not have any dependencies. Icon data is provided as parameter to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See https://github.com/iconify/iconify/issues/30#issuecomment-664842764 for a simple icon bundling script.
It can be used to make custom icon bundles with full icon sets, so developer can use Iconify offline.
I’ll add it to documentation.
Added bundle script to documentation: https://docs.iconify.design/sources/bundles/examples/svg-framework-full.html
Script in documentation is more advanced than what I’ve posted above. It includes all common use cases and is easy to configure, so all you need to do is paste it in file, install dependencies, configure and run it.