@x-humanoid-cloud/bic-map 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +7 -0
- package/README.md +7 -0
- package/dist/bic-map.mjs +12421 -0
- package/dist/bic-map.umd.js +1 -0
- package/dist/cdn/bicMap.ext.min.js +22 -0
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -134,6 +134,13 @@ Thanks to the following developers for their contributions to BicMap:
|
|
|
134
134
|
|
|
135
135
|
<table>
|
|
136
136
|
<tr>
|
|
137
|
+
<td align="center">
|
|
138
|
+
<a href="https://github.com/mayanhui">
|
|
139
|
+
<img src="https://github.com/mayanhui.png" width="80" height="80" style="border-radius:50%" alt="mayanhui"/>
|
|
140
|
+
<br/>
|
|
141
|
+
<sub><b>mayanhui (Yuri)</b></sub>
|
|
142
|
+
</a>
|
|
143
|
+
</td>
|
|
137
144
|
<td align="center">
|
|
138
145
|
<a href="https://github.com/HouserHao">
|
|
139
146
|
<img src="https://github.com/HouserHao.png" width="80" height="80" style="border-radius:50%" alt="HouserHao"/>
|
package/README.md
CHANGED
|
@@ -134,6 +134,13 @@ BicMap 构建于以下开源项目之上:
|
|
|
134
134
|
|
|
135
135
|
<table>
|
|
136
136
|
<tr>
|
|
137
|
+
<td align="center">
|
|
138
|
+
<a href="https://github.com/mayanhui">
|
|
139
|
+
<img src="https://github.com/mayanhui.png" width="80" height="80" style="border-radius:50%" alt="mayanhui"/>
|
|
140
|
+
<br/>
|
|
141
|
+
<sub><b>mayanhui (Yuri)</b></sub>
|
|
142
|
+
</a>
|
|
143
|
+
</td>
|
|
137
144
|
<td align="center">
|
|
138
145
|
<a href="https://github.com/HouserHao">
|
|
139
146
|
<img src="https://github.com/HouserHao.png" width="80" height="80" style="border-radius:50%" alt="HouserHao"/>
|