Fix name of launcher script.
Chris Pressey
4 months ago
1639 | 1639 | * interactive: true |
1640 | 1640 | * animated: true |
1641 | 1641 | * mediums: [JavaScript][], [HTML5][] |
1642 | * javascript-urls: https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js,../modules/livemarkov/demo/launch-live-markov.js,../modules/livemarkov/src/live-markov.js | |
1642 | * javascript-urls: https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js,../modules/livemarkov/demo/live-markov-launcher.js,../modules/livemarkov/src/live-markov.js | |
1643 | 1643 | * launch-command: launch('#input'); |
1644 | 1644 | * style: #installation-container { font-family: Arial, sans-serif; display: flex; flex-direction: column; align-items: center; padding: 20px; } #input-container { display: flex; width: 100%; max-width: 620px; margin-bottom: 20px; } textarea { width: 300px; height: 100px; margin: 0 5px; } svg { border: 1px solid #ccc; } |
1645 | 1645 | * online @ [catseye.tc](https://catseye.tc/ix/LiveMarkov) |