百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
E

effects-runtime

> 前端框架
开源

它可以加载和渲染炫酷的动画效果

740 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

它可以加载和渲染炫酷的动画效果

Install

bash
npm install @galacean/effects
bash
pnpm add @galacean/effects

Usage

xml
typescript
import { Player } from '@galacean/effects';

// 1. Instantiate a player
const player = new Player({
  container: document.getElementById('J-Container'),
});

// 2. Load and play the animation resource
player.loadScene('./demo.json');

Get the demo.json by using the Galacean Effects editor.

Documentation

  • Development Documentation
  • Integration Guide
  • API Documentation
  • Useful Links:
    • Developing

Third-Party Notices

This project integrates Spine Runtimes for 2D skeletal animation support. Use of @galacean/effects-plugin-spine is subject to the Spine Runtime License Agreement:

  • License required: Each user must hold a valid Spine Editor license.
  • Disclaimer: Galacean Effects does not cover Spine license fees. Users are responsible for complying with Esoteric Software's license terms.

For details, see the Spine Runtime License Agreement.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScript2d3danimationeffects

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架