@yzfe/svgicon-viewer

Preview SVG Icon

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@yzfe/svgicon-viewer
912311.2.18 months ago3 years agoMinified + gzip package size for @yzfe/svgicon-viewer in KB

Readme

@yzfe/svgicon-viewer
Preview SVG icon

Usage

# Install global
npm install -g @yzfe/svgicon-viewer

# Install in project
npm install  @yzfe/svgicon-viewer --dev

# preview svg icon
svgicon-viewer ./svg/folder

SVG icon display name

You can configure the SVG icon display name by specifying a json config file.
你可以通过指定配置自定义预览的 SVG 图标名称

svgicon-viewe ./svg/folder ./meta.json

meta.json example
{
    "iconName": {
        "name": "icon display name"
    }
}