@thehapp/treerful-icon
Version:
treerful icon font package
39 lines (26 loc) • 637 B
Markdown
# @thehapp/treerful-icon
> treerful icon webfont npm package
## Install
```sh
npm install @thehapp/treerful-icon
```
## Usage
### Manually
```scss
@import '~@thehapp/treerful-icon/style.min.css';
```
### CDN
```html
<link
rel="stylesheet"
href="https://unpkg.com/@thehapp/treerful-icon/style.min.css"
/>
```
未來應該要有簡單的頁面可以查找 icon 的 class 名稱。
```html
<i class="treerful-icon-list"></i>
```
## Feature
[v] 打包壓縮整理 package (目前使用 `npm run build` 來壓縮 css)
[] 架設簡易 landing page 方便查找 icon
[] 考慮使用 npm 架設或是使用 private server 架設