11 lines
376 B
Markdown
11 lines
376 B
Markdown
This is a dumped copy of [DanielX's Mario Paint composer](https://www.danielx.net/composer/). I wanted to make it available for personal use with minor modifications. This code is dumped from the electron app purchased from Steam.
|
|
|
|
|
|
To do a test run of this, you can serve it with python:
|
|
```sh
|
|
python -m http.server 8080
|
|
```
|
|
|
|
And open your browser to http://localhost:8080.
|
|
|