Skip to content

Instantly share code, notes, and snippets.

View dstaley41's full-sized avatar

Dan dstaley41

  • St Louis
View GitHub Profile
@dstaley41
dstaley41 / BootstrapIcon.svelte
Created April 16, 2020 16:16
Bootstrap Icon w/ Svelte
<script>
/***
* This is super hackish, but way easier than pasting these fkn
* things everywhere in the codebase... run on icons.bootstrap.com in
* console to get new map like so:
function dumpIcons(){
var icons = $$("svg.bi");
var pathMap = {};
icons.forEach((svg) => {