Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 905 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 905 Bytes

⚠️ Under development!

We still are making sakana, please be patient, find our roadmap at #1.

Important

Sakana is not affiliated with Nintendo ™️ or Switch ™️
Sakana doesn't condone piracy, only use legally obtained files and any issues caused by using the softwere are under your responsability.

Sakana

Web based Switch emulator.
Sakana implements the core for Switch game emulation.

Add it to your website!

Using Sakana is simple, just import the /core/index.js file and call the emulator.

import { Sakana } from 'path/to/sakana/core/index.js'

let emulator = new Sakana('div id');

// Sakana is made to work directly with files from inputs
emulator.load(game file, key file);

And it has a easy to use api.

emulator.game.pause();

Find more info in the wiki.