Skip to content

Commit 19daf2d

Browse files
authored
Add jsDelivr stats to README (#395)
1 parent 6fc268c commit 19daf2d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
<img alt="NPM" src="https://img.shields.io/npm/v/@xenova/transformers">
1616
</a>
1717
<a href="https://www.npmjs.com/package/@xenova/transformers">
18-
<img alt="Downloads" src="https://img.shields.io/npm/dw/@xenova/transformers">
18+
<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/@xenova/transformers">
19+
</a>
20+
<a href="https://www.jsdelivr.com/package/npm/@xenova/transformers">
21+
<img alt="jsDelivr Hits" src="https://img.shields.io/jsdelivr/npm/hw/@xenova/transformers">
1922
</a>
2023
<a href="https://github.com/xenova/transformers.js/blob/main/LICENSE">
21-
<img alt="License" src="https://img.shields.io/github/license/xenova/transformers.js">
24+
<img alt="License" src="https://img.shields.io/github/license/xenova/transformers.js?color=blue">
2225
</a>
2326
<a href="https://huggingface.co/docs/transformers.js/index">
2427
<img alt="Documentation" src="https://img.shields.io/website/http/huggingface.co/docs/transformers.js/index.svg?down_color=red&down_message=offline&up_message=online">

docs/scripts/build_readme.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
<img alt="NPM" src="https://img.shields.io/npm/v/@xenova/transformers">
1818
</a>
1919
<a href="https://www.npmjs.com/package/@xenova/transformers">
20-
<img alt="Downloads" src="https://img.shields.io/npm/dw/@xenova/transformers">
20+
<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/@xenova/transformers">
21+
</a>
22+
<a href="https://www.jsdelivr.com/package/npm/@xenova/transformers">
23+
<img alt="jsDelivr Hits" src="https://img.shields.io/jsdelivr/npm/hw/@xenova/transformers">
2124
</a>
2225
<a href="https://github.com/xenova/transformers.js/blob/main/LICENSE">
23-
<img alt="License" src="https://img.shields.io/github/license/xenova/transformers.js">
26+
<img alt="License" src="https://img.shields.io/github/license/xenova/transformers.js?color=blue">
2427
</a>
2528
<a href="https://huggingface.co/docs/transformers.js/index">
2629
<img alt="Documentation" src="https://img.shields.io/website/http/huggingface.co/docs/transformers.js/index.svg?down_color=red&down_message=offline&up_message=online">

0 commit comments

Comments
 (0)