carloskiki / leptos-icons

An icon library for the leptos web framework
MIT License
84 stars 16 forks source link

Explain in the readme how to not compile all icons #43

Closed IongIer closed 4 months ago

IongIer commented 5 months ago

Please include more info in the readme about how to use the libs especially if there is a way to not include all the icons from icondata when compiling debug builds.

carloskiki commented 5 months ago

According to every size test I have done, all icons are not included in debug builds either.

You can test the size of the generated wasm file by using twiggy for instance. If you can show me that all icons are included in debug builds, then we can look at what the issue is.