-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added `browser` props to `package.json` Co-Authored-By: Daniel Maddison <[email protected]>
- Loading branch information
1 parent
b09b6a3
commit c2ff5d9
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -96,7 +96,7 @@ In order to make squircle works you need to register the module somewere as a JS | |
<script> | ||
if ("paintWorklet" in CSS) { | ||
CSS.paintWorklet.addModule( | ||
"https://www.unpkg.com/[email protected].0/squircle.min.js" | ||
"https://www.unpkg.com/[email protected].2/squircle.min.js" | ||
); | ||
} | ||
</script> | ||
|
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