Skip to content

Commit

Permalink
Drop the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jun 28, 2024
1 parent 3e47105 commit 60cf1a2
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,46 +57,3 @@ on("submit", "#convert", e => {
}
DOM("#output").value = makechoc_contents(result);
});
/* Example SVGs from https://www.reshot.com/free-svg-icons/item/next-R53XN6VMYT/ https://www.reshot.com/free-svg-icons/item/right-arrow-9NWDR8GZ2P/
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" xml:space="preserve">
<path fill="#6E83B7" d="M502 256 302 106v80H146v140h156v80zM78 186h40v140H78zM10 186h40v140H10z"/>
</svg>
<svg data-name="01-Next" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path style="fill:#1c69a1" d="m1 1 20 31L1 63v-7l15-24L1 9V1z"/>
<path style="fill:#fa5f07" d="m27 1 20 31-20 31v-7l15-24L27 9V1z"/>
<path style="fill:#2483c6" d="m16 1 21 31-19 31H1l20-31L1 1h15z"/>
<path style="fill:#fab503" d="m42 1 21 31-19 31H27l20-31L27 1h15z"/>
<path style="fill:#2483c6" d="M1 1v8l15 23h5L1 1z"/>
<path style="fill:#fd9c04" d="M27 1v8l15 23h5L27 1z"/>
<path style="fill:#6bdcff" d="m1 1 20 31h16L16 1H1z"/>
<path style="fill:#ffdb02" d="m27 1 20 31h16L42 1H27z"/>
<path style="fill:none;stroke:#000;stroke-linejoin:round;stroke-width:2px" d="m8.097 12-1.291-2M22.29 56 18 63H1l20-31L9.387 14"/>
<path style="fill:none;stroke:#000;stroke-linejoin:round;stroke-width:2px" d="M5.516 8 1 1h15l21 31-13.484 22"/>
<path style="fill:none;stroke:#000;stroke-linejoin:round;stroke-width:2px" d="M1 1v8l15 23L1 56v7M34.097 12l-1.291-2M48.29 56 44 63H27l20-31-11.613-18"/>
<path style="fill:none;stroke:#000;stroke-linejoin:round;stroke-width:2px" d="M31.516 8 27 1h15l21 31-13.484 22"/>
<path style="fill:none;stroke:#000;stroke-linejoin:round;stroke-width:2px" d="M27 1v8l15 23-15 24v7"/>
</svg>
*/

/* Example HTML from https://mustardmine.com
<main>
<p><img src='/static/MustardMineBanner.png' alt='&quot;Mustard Mine&quot; banner' title='&quot;Mustard Mine&quot; banner'></p>
<p>Mustard Mine is a Twitch channel bot. It offers a wide variety of tools to streamers
and viewers, including:</p>
<ul>
<li>Simple commands to give information</li>
<li>Responses to stream support such as subscriptions and cheers</li>
<li>Integrations with online shops (Ko-fi, Fourth Wall)</li>
<li>Goal bars, including multi-leveled goal bars</li>
<li>Hype Train tracking and reporting</li>
<li>Management of channel point rewards</li>
<li>Stream preparation eg setting title, category, tags</li>
<li>On-screen alerts</li>
<li>Raid target searching in various forms</li>
<li>And, as they say, much much more!</li>
</ul>
</main>
*/

0 comments on commit 60cf1a2

Please sign in to comment.