git @ Cat's Eye Technologies Chrysoberyl / 0b7a206
Fix name of launcher script. Chris Pressey 4 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
16391639 * interactive: true
16401640 * animated: true
16411641 * 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
16431643 * launch-command: launch('#input');
16441644 * 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; }
16451645 * online @ [catseye.tc](https://catseye.tc/ix/LiveMarkov)