We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
css-houdini-squircle
1 parent 2a8cf76 commit a25be03Copy full SHA for a25be03
asset/houdini.js
@@ -3,8 +3,5 @@
3
/* eslint-env browser */
4
if ('paintWorklet' in CSS) {
5
// @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
- )
+ CSS.paintWorklet.addModule('https://esm.sh/css-houdini-squircle@0.3?bundle')
10
}
0 commit comments