# @univerjs-pro/resources

> Language fallback: requested `zh-CN`; content is `en-US`.

- Human documentation: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/resources](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/resources)

- Agent Markdown: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/resources.md](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/resources.md)

- Requested language: `zh-CN`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs-pro/resources.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs-pro/resources.mdx)

---

Product-independent static resource registry for Web SDK. Resource identities are the combination of a registry id and resource id.

```ts
import { UniverResourcesPlugin } from '@univerjs-pro/resources'

univer.registerPlugin(UniverResourcesPlugin)
```
