# effects-runtime
**Repository Path**: mirrors_peachscript/effects-runtime
## Basic Information
- **Project Name**: effects-runtime
- **Description**: It can load and render cool animation effects
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-12-11
- **Last Updated**: 2025-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 安装
``` bash
npm install @galacean/effects --save
```
``` bash
pnpm add @galacean/effects
```
## 示例
``` html
```
``` ts
import { Player } from '@galacean/effects';
// 1. 实例化一个播放器
const player = new Player({
container: document.getElementById('J-Container'),
});
// 2. 加载并播放动效资源
player.loadScene('./demo.json');
```
> 通过 [Galacean Effects](https://www.galacean.com/effects/) 编辑器获取 `demo.json` 产物
## 相关文档
- [开发文档](https://www.galacean.com/effects/user/dgmswcgk63yfngku)
- [接入指南](https://www.galacean.com/effects/user/ti4f2yx1rot4hs1n)
- [API 文档](https://www.galacean.com/effects/api)
- 其他链接:
- [本地开发](docs/developing.md)