Demo puzzle

You can make greenpaint automatically load one of your puzzles. The syntax goes like this:

<script id="puzzlepath">"path/to/json/or/puz"</script>
<div id="app"></div>
<script type="text/javascript" src="/path/to/chunk-vendors.js"></script>
<script type="text/javascript" src="/path/to/app.js"></script>

Note the <script> tag with an id of "puzzlepath". You have to specify the local or absolute path to the puzzle data that you want greenpaint to play in the body of the script tag, enclosed by quotes.

The other script tags reference the built chunk-vendors.js and app.js, which you can find on the Releases page.