Update the README

This commit is contained in:
Anton Liaposhchenko 2023-12-28 01:00:36 +02:00
parent 6f29371973
commit f4ddd42705

View File

@ -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).
## 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
import { analyze, analyzeSync } from 'bliss';
import { analyze, analyzeSync } from '@bliss-rs/bliss-rs';
await analyze("/path/to/track.mp3") // returns Uint8Array
```