# desmond **Repository Path**: bitplay/desmond ## Basic Information - **Project Name**: desmond - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-02 - **Last Updated**: 2026-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # desmond Embed a Nintendo DS emulator easily. (Embeddable version of DeSmuME-wasm) # Installation ``` npm install desmond-emu ``` You can also run this to get Desmond files on Linux, and on Windows with WSL2 and [wingubash](https://npmjs.com/package/wingubash): ``` curl https://raw.githubusercontent.com/js-emulators/desmond/main/installer.sh | sh ``` Or you can use through CDN: ```html ``` Make sure to put the script below all elements in body but on top of the script you will use to initiate Desmond (like [this](#usage)). # Usage ```html