Skip to content

Commit

Permalink
live
Browse files Browse the repository at this point in the history
  • Loading branch information
levidcd committed Feb 1, 2024
1 parent 2ece15f commit cf8f5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/Live2d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const models = {



export async function init(dom) {
export async function init() {

const app = new Application({
view: document.getElementById('canvas'),

Check failure on line 34 in src/renderer/src/components/Live2d.tsx

View workflow job for this annotation

GitHub Actions / build and release electron app (windows-latest)

Type 'HTMLElement | null' is not assignable to type 'HTMLCanvasElement | undefined'.
Expand Down

0 comments on commit cf8f5ca

Please sign in to comment.