Switch to my fork of wasmboy

This commit is contained in:
Alex Gleason
2023-11-24 17:16:51 -06:00
parent 0bb50f492e
commit 3b17bef9e5
3 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
import React, { useCallback, useEffect, useRef } from 'react';
// @ts-ignore No types available
import { WasmBoy } from 'wasmboy';
import { WasmBoy } from '@soapbox.pub/wasmboy';
import React, { useCallback, useEffect, useRef } from 'react';
interface IGameboy extends React.CanvasHTMLAttributes<HTMLCanvasElement> {
/** URL to the ROM. */