fontmin-rs 0.1.0 → 0.2.0

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
@@ -3,13 +3,10 @@
3
3
  Fast font subsetting and conversion tooling powered by Rust, with CLI, Node.js,
4
4
  and browser WASM APIs.
5
5
 
6
- > `fontmin-rs` is in the `0.1.0` release-candidate cycle. Install the `rc`
7
- > dist-tag until the first stable release.
8
-
9
6
  ## Install
10
7
 
11
8
  ```sh
12
- pnpm add fontmin-rs@rc
9
+ pnpm add fontmin-rs
13
10
  ```
14
11
 
15
12
  ## Quick start