-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
235586a
commit 6f7c4d0
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- [ ] Move web component to framework | ||
- [ ] Update readme for API updates | ||
|
||
- [ ] Support gradients | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ async function loadComponents() { | |
|
||
async function loadPaintWorklet() { | ||
const { register, createCustomElement } = await import( | ||
"https://unpkg.com/superellipse-squircle@0.1.11/index.mjs" | ||
"https://unpkg.com/superellipse-squircle@latest/index.min.js" | ||
); | ||
register("https://unpkg.com/[email protected]/worklet.min.js"); | ||
createCustomElement("th-squircle"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters