Skip to content

Commit c999321

Browse files
authored
Added a shoutout for the iframe (#321)
1 parent 0dbd00f commit c999321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/iframe/components/About.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="about">
77

88
<h1>WasmBoy Embed Player</h1>
9-
<p>This is a dynamic GameBoy / GameBoy color ROM player powered by WasmBoy. WasmBoy is a Game Boy / Game Boy Color emulation library, 🎮written for WebAssembly using <a href="https://github.com/AssemblyScript/assemblyscript" target="_blank">AssemblyScript</a>. 🚀 This embed is built with <a href="https://svelte.dev/" target="_blank">Svelte</a>, and input is handled by <a href="https://github.com/torch2424/responsive-gamepad" target="_blank">Responsive Gamepad</a>. WasmBoy is written by <a href="https://github.com/torch2424" target="_blank">Aaron Turner (torch2424)</a>, and Licensed under <a href="https://github.com/torch2424/wasmboy/blob/master/LICENSE" target="_blank">GPL 3.0</a>.</p>
9+
<p>This is a dynamic GameBoy / GameBoy color ROM player powered by WasmBoy. WasmBoy is a Game Boy / Game Boy Color emulation library, 🎮written for WebAssembly using <a href="https://github.com/AssemblyScript/assemblyscript" target="_blank">AssemblyScript</a>. 🚀 This embed is built with <a href="https://svelte.dev/" target="_blank">Svelte</a>, and input is handled by <a href="https://github.com/torch2424/responsive-gamepad" target="_blank">Responsive Gamepad</a>. WasmBoy is written by <a href="https://github.com/torch2424" target="_blank">Aaron Turner (torch2424)</a>, and Licensed under <a href="https://github.com/torch2424/wasmboy/blob/master/LICENSE" target="_blank">GPL 3.0</a>. Also, shoutout to fred-dim ikenna (evillizard) for requesting this feature for WasmBoy, and helping with the general direction!</p>
1010
<div>WasmBoy Version: {packageJson.version}</div>
1111
<h1>WasmBoy Links</h1>
1212
<ul>

0 commit comments

Comments
 (0)