File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ <h2>Triangle fragmentation</h2>
35
35
< hr >
36
36
< h2 > Hexagon fragmentation</ h2 >
37
37
< section class ="hexagon ">
38
- < img src ="https://picsum.photos/id/1069/300/300 ">
39
- < img src ="https://picsum.photos/id/1032/300/300 ">
40
- < img src ="https://picsum.photos/id/1072/300/300 ">
38
+ < img src ="https://picsum.photos/id/1069/300/300 " style =" --f-r:50;--f-seed:96 " >
39
+ < img src ="https://picsum.photos/id/1032/300/300 " style =" --f-r:100;--f-seed:999 " >
40
+ < img src ="https://picsum.photos/id/1072/300/300 " style =" --f-r:120;--f-seed:68 " >
41
41
</ section >
42
42
< script >
43
43
if ( CSS . paintWorklet ) {
44
44
CSS . paintWorklet . addModule ( 'src/fragmentation.js' ) ;
45
- CSS . paintWorklet . addModule ( 'src/fragmentation-triangular .js' ) ;
45
+ CSS . paintWorklet . addModule ( 'src/fragmentation-triangle .js' ) ;
46
46
CSS . paintWorklet . addModule ( 'src/fragmentation-hexagon.js' ) ;
47
47
} else {
48
48
console . log ( "Your browser doesn't support the Paint API :(" ) ;
You can’t perform that action at this time.
0 commit comments