11 lines
338 B
Markdown
11 lines
338 B
Markdown
# PB Parser
|
|
|
|
This module parses [.pb files](https://github.com/google/fonts/blob/main/ofl/poppins/METADATA.pb)
|
|
|
|
## Usage
|
|
|
|
1. Install the package using:
|
|
* `npm install git+https://git.sofiaritz.com/sofia/pb-parser.git`
|
|
* `yarn add git+https://git.sofiaritz.com/sofia/pb-parser`
|
|
|
|
2. Use the `#parse()` function to parse a whole file.
|