Crates.io | svg2appicon |
lib.rs | svg2appicon |
version | 0.1.2 |
source | src |
created_at | 2021-08-25 06:43:13.390682 |
updated_at | 2021-08-26 02:58:15.458164 |
description | Convert svg to icons for iOS, macOS, and watchOS |
homepage | |
repository | |
max_upload_size | |
id | 442001 |
size | 31,085 |
Convert svg image to icons for iOS, macOS, and watchOS
svg2appicon [OPTIONS] <APPICONSET>
OPTIONS:
--ios <SVG_FILE> Generate icons for iOS
--mac <SVG_FILE> Generate icons for macOS
--watch <SVG_FILE> Generate icons for watchOS
ARGS:
<APPICONSET> Path to .appiconset (e.g. /path/to/Assets.xcassets/AppIcon.appiconset)
svg2appicon ~/Project/Project/Assets.xcassets/AppIcon.appiconset --ios ~/ios_icon.svg --mac ~/mac_icon.svg
cargo install svg2appicon