mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
22 lines
426 B
Markdown
22 lines
426 B
Markdown
# EmulatorJS Cores
|
|
|
|
This package contains the stable cores for EmulatorJS.
|
|
|
|
Lean more about EmulatorJS at https://emulatorjs.org
|
|
|
|
Cores are build using this repository:
|
|
https://github.com/EmulatorJS/build
|
|
|
|
## How to install
|
|
|
|
To install all cores, run the following command:
|
|
|
|
```bash
|
|
npm install @emulatorjs/cores
|
|
```
|
|
To install a specific core, run the following command:
|
|
|
|
```bash
|
|
npm install @emulatorjs/core-<core-name>
|
|
```
|