We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c0f0b commit 9dccfe3Copy full SHA for 9dccfe3
src/live2d/index.ts
@@ -86,7 +86,7 @@ async function main(canvas: HTMLCanvasElement, options: { x: number; y: number;
86
...options
87
});
88
89
- window.postMessage({
+ window.parent.postMessage({
90
type: 'loaded',
91
body: null,
92
}, '*');
0 commit comments