[English](./README.md) | 简体中文

# @ray-js/ray-ipc-utils

[![latest](https://img.shields.io/npm/v/@ray-js/ray-ipc-utils/latest.svg)](https://www.npmjs.com/package/@ray/ray-ipc-utils) [![download](https://img.shields.io/npm/dt/@ray/ray-ipc-utils.svg)](https://www.npmjs.com/package/@ray-js/ray-ipc-utils)

## 安装

```sh
$ npm install @ray-js/ray-ipc-utils
// 或者
$ yarn add @ray-js/ray-ipc-utils
```

## 示例

```tsx
import { goToIpcPageNativeRoute } from '@ray-js/ray-ipc-utils';

const id = 'ipc_album_panel';
const deviceId = '1234567890xxxxxx';

const result = await goToIpcPageNativeRoute(id, deviceId);
```

## 文档

更多信息请参考 [API 参考文档](https://developer.tuya.com/cn/miniapp/solution-panel/ability/special/ipc/toolkit/general) for more information.