Update the README
This commit is contained in:
parent
6f29371973
commit
f4ddd42705
|
@ -6,9 +6,9 @@
|
||||||
This repo is a fork of [bliss-rs](https://github.com/Polochon-street/bliss-rs) with bindings for Node.js (using N-API and Neon).
|
This repo is a fork of [bliss-rs](https://github.com/Polochon-street/bliss-rs) with bindings for Node.js (using N-API and Neon).
|
||||||
|
|
||||||
## Example usage:
|
## Example usage:
|
||||||
The package will be published to the Gitea registry and available for installation later.
|
The package is published to the Gitea registry: https://gitea.antonlyap.pp.ua/antonlyap/-/packages/npm/@bliss-rs%2Fbliss-rs/1.0.0
|
||||||
```ts
|
```ts
|
||||||
import { analyze, analyzeSync } from 'bliss';
|
import { analyze, analyzeSync } from '@bliss-rs/bliss-rs';
|
||||||
|
|
||||||
await analyze("/path/to/track.mp3") // returns Uint8Array
|
await analyze("/path/to/track.mp3") // returns Uint8Array
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user