fix
This commit is contained in:
parent
2c485208d3
commit
215e9977c0
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ homepage = "https://github.com/samdenty/site_icons"
|
||||||
repository = "https://github.com/samdenty/site_icons"
|
repository = "https://github.com/samdenty/site_icons"
|
||||||
documentation = "https://docs.rs/site_icons"
|
documentation = "https://docs.rs/site_icons"
|
||||||
description = "Website icon scraper that fetches sizes (with WASM support)"
|
description = "Website icon scraper that fetches sizes (with WASM support)"
|
||||||
keywords = ["favicon", "logo", "website", "scraper", "icons", "cli"]
|
keywords = ["favicon", "logo", "website", "scraper", "cli"]
|
||||||
categories = ["command-line-utilities", "multimedia::images", "wasm"]
|
categories = ["command-line-utilities", "multimedia::images", "wasm"]
|
||||||
|
|
||||||
[package.metadata.wasm-pack.profile.release]
|
[package.metadata.wasm-pack.profile.release]
|
||||||
|
|
|
@ -9,7 +9,7 @@ An efficient website icon scraper for rust or command line usage.
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Ensures all URLs point to valid images
|
- Ensures all URLs point to valid images
|
||||||
- Determines icon size by partially fetching images
|
- Determines icon size by **partially fetching images**
|
||||||
- Supports WASM (and cloudflare workers)
|
- Supports WASM (and cloudflare workers)
|
||||||
|
|
||||||
### Command line usage
|
### Command line usage
|
||||||
|
|
Reference in a new issue