Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photopea authored Jan 4, 2024
1 parent 272cef4 commit 0c48163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Typr.js consists of static functions only, it can be easily rewritten into C or
The font object has a structure, wich corresponds to the structure of the TTF/OTF file. I.e. it is a set of tables, each table has its own structure.

```javascript
var font = Typr.parse(buffer);
console.log(font);
var fonts = Typr.parse(buffer);
console.log(fonts[0]);
```
## Typr.U

Expand Down

0 comments on commit 0c48163

Please sign in to comment.