Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DellZHackintosh committed Oct 5, 2022
2 parents fe6af20 + 376d8c4 commit 5b5fc2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![./data/Banner.gif](./data/Banner.gif)
[![./data/Banner.gif](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/data/Banner.gif)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/data/Banner.gif)

# Microsoft Emoji(msemoji)

Expand All @@ -16,13 +16,13 @@

## 🚀快速入门

在您的 HTML <head></head> 中加入以下内容:
在您的 HTML `<head></head>` 中加入以下内容:

```
<script src="https://cdn.jsdelivr.net/gh/DellZHackintosh/[email protected]/src/script/msemoji.min.js" crossorigin="anonymous"></script>
```

然后在 <body></body> 中加入这些内容:
然后在 `<body></body>` 中加入这些内容:

```
<script>
Expand Down Expand Up @@ -90,7 +90,7 @@ msemoji.parse(document.body,{

| 格式 | PNG | SVG | APNG |
|:------------:|:-----------------------------------------------:|:-----------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|
| 示例外观 | ![./src/72x72/1f600.png](./src/72x72/1f600.png) | ![./src/svg/1f600.svg](./src/svg/1f600.svg) | ![./src/3D/1f600.png](./src/3D/1f600.png) |
| 示例外观 | [![./src/72x72/1f600.png](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/src/72x72/1f600.png)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/72x72/1f600.png) | [![./src/svg/1f600.svg](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/src/svg/1f600.svg)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/svg/1f600.svg) | [![./src/3D/1f600.png](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/src/3D/1f600.png)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/3D/1f600.png) |
| 对应的`ext`| `.png` | `.svg` | `.png` |
| 对应的`folder`| `72x72` | `svg` | `3D` |
| 特点 | 大小为`72x72`像素,体积与加载速度达到最佳平衡。不可缩放。总体积约为10MB。 | 大小不定,可自由缩放并保持清晰。体积最低。总大小约为9.5MB。 | 大小为`256x256`像素。大部分拥有动态效果。总体积高达1.8GB。 |
Expand Down Expand Up @@ -156,7 +156,7 @@ img.emoji {

预览:

![./data/Scheme_3.jpg](./data/Scheme_3.jpg)
[![v22GHH.jpg](https://s1.ax1x.com/2022/08/26/v22GHH.jpg)](https://imgse.com/i/v22GHH)

### 💎特殊情况

Expand Down

0 comments on commit 5b5fc2c

Please sign in to comment.