Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
It's nice to instantly know which version is latest on npm with a link.

I also added other badges
  • Loading branch information
Jolg42 authored and Connum committed Nov 5, 2023
1 parent 02fd2ee commit 9266555
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# opentype.js

JavaScript parser and writer for TrueType and OpenType fonts.
<div align="center">
<h1>opentype.js</h1>
<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>
<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>
<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>
<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>
<br /><br />
</div>

It gives you access to the **letterforms** of text from the browser or Node.js.

See [https://opentype.js.org/](https://opentype.js.org/) for a live demo.

## Features
Expand Down

0 comments on commit 9266555

Please sign in to comment.