harfbuzzjs 0.4.10 → 0.4.12

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.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Build](https://github.com/harfbuzz/harfbuzzjs/actions/workflows/build.yml/badge.svg)](https://github.com/harfbuzz/harfbuzzjs/actions/workflows/build.yml)
2
+ [![NPM Version](https://img.shields.io/npm/v/harfbuzzjs)](https://www.npmjs.com/package/harfbuzzjs)
3
+
1
4
  # harfbuzzjs
2
5
  Providing [HarfBuzz](https://github.com/harfbuzz/harfbuzz) shaping
3
6
  library for client/server side JavaScript projects.
@@ -9,9 +12,7 @@ See the demo [here](https://harfbuzz.github.io/harfbuzzjs/).
9
12
  2. `./build.sh`
10
13
 
11
14
  ## Download
12
- Download the pack from [releases tab](https://github.com/harfbuzz/harfbuzzjs/releases)
13
- of the project, or just download the [demo page](https://harfbuzz.github.io/harfbuzzjs/) (the
14
- demo source is in [gh-pages](https://github.com/harfbuzz/harfbuzzjs/tree/gh-pages) branch).
15
+ Download from the [releases tab](https://github.com/harfbuzz/harfbuzzjs/releases).
15
16
 
16
17
  ## Usage and testing
17
18
 
package/hb-subset.wasm CHANGED
Binary file
package/hb.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harfbuzzjs",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "description": "Minimal version of HarfBuzz for JavaScript use",
5
5
  "main": "index.js",
6
6
  "scripts": {