Skip to content

Commit 9266555

Browse files
Jolg42Connum
authored andcommitted
chore: Update README.md
It's nice to instantly know which version is latest on npm with a link. I also added other badges
1 parent 02fd2ee commit 9266555

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# opentype.js
2-
3-
JavaScript parser and writer for TrueType and OpenType fonts.
1+
<div align="center">
2+
<h1>opentype.js</h1>
3+
<a href="https://www.npmjs.com/package/opentype.js"><img alt="Latest version on npm" src="https://img.shields.io/npm/v/opentype.js.svg?style=flat" /></a>
4+
<a href="https://www.npmjs.com/package/opentype.js"><img alt="npm downloads, yearly" src="https://img.shields.io/npm/dy/opentype.js.svg?style=flat" /></a>
5+
<a href="https://github.com/opentypejs/opentype.js/blob/master/LICENSE"><img alt="MIT License" src="https://img.shields.io/github/license/opentypejs/opentype.js" /></a>
6+
<a href="https://github.com/opentypejs/opentype.js/actions/workflows/ci.yml?query=branch%3Amaster"><img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/opentypejs/opentype.js/ci.yml"></a>
7+
<br /><br />
8+
</div>
49

510
It gives you access to the **letterforms** of text from the browser or Node.js.
11+
612
See [https://opentype.js.org/](https://opentype.js.org/) for a live demo.
713

814
## Features

0 commit comments

Comments
 (0)