Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Jan 30, 2024
1 parent 42f2a94 commit f53612d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To adjust axes via CSS:

## JS package

To facilitate calculation, wavefont exposes a function that calculates string from values.
Optional wavefont package exposes a function that calculates string from values for your convenience.

```js
import wf from 'wavefont'
Expand All @@ -82,6 +82,7 @@ import wf from 'wavefont'
wf(0, 1, 50, 99, 127, ...) // ĀāIJţŤ...
```


## Building

`make build`
Expand Down

0 comments on commit f53612d

Please sign in to comment.