Skip to content

Commit

Permalink
Remove favicon path printing
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 8, 2024
1 parent 1421ed4 commit f45b648
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions demo/assets/js/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ async function loadPaintWorklet() {
register("https://unpkg.com/[email protected]/worklet.min.js");
createCustomElement("th-squircle");
}

import { path } from "https://unpkg.com/superellipse-squircle@latest/index.min.js";

window.addEventListener("load", () => {
const svg = document.getElementById("arst");
const d = path(0, 0, 16, 16, 6);
console.log(d);
});

0 comments on commit f45b648

Please sign in to comment.