Skip to content

Commit a25be03

Browse files
committed
Update css-houdini-squircle
1 parent 2a8cf76 commit a25be03

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

asset/houdini.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
/* eslint-env browser */
44
if ('paintWorklet' in CSS) {
55
// @ts-expect-error: CSS is not yet fully typed.
6-
CSS.paintWorklet.addModule(
7-
// To do: update.
8-
'https://www.unpkg.com/css-houdini-squircle@0.1.5/squircle.min.js'
9-
)
6+
CSS.paintWorklet.addModule('https://esm.sh/css-houdini-squircle@0.3?bundle')
107
}

0 commit comments

Comments
 (0)