lib_um_crypto_rust/um_wasm_loader/Readme.MD

26 lines
542 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @um/crypto
用于 Unlock Music 的加解密支持库。
使用 Rust 编写,并使用 `wasm-pack` 转义到 WebAssembly 格式,用于在不同的平台(浏览器)运行。
## 使用
在项目根目录下,建立或更改 `.npmrc` 文件,确保下述行存在:
```
@um:registry=https://git.unlock-music.dev/api/packages/um/npm/
```
使用你喜欢的包管理器安装,例如 `npm``pnpm`
```sh
# 使用 npm
npm install @um/crypto
# 使用 pnpm
pnpm install @um/crypto
```
具体能干啥… 参考源码吧。